Skip to content

Commit

Permalink
Add Higher Tier Rotor Holders (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored and screret committed Dec 5, 2024
1 parent 692c345 commit 90b0cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ public static BiConsumer<ItemStack, List<Component>> createTankTooltips(String n
Component.translatable("gtceu.universal.disabled"))
.compassNode("rotor_holder")
.register(),
HV, EV, IV, LuV, ZPM, UV);
GTValues.tiersBetween(HV, GTCEuAPI.isHighTier() ? OpV : UV));

public static final MachineDefinition[] LASER_INPUT_HATCH_256 = registerLaserHatch(IN, 256,
PartAbility.INPUT_LASER);
Expand Down

0 comments on commit 90b0cd8

Please sign in to comment.