Skip to content

Commit 3e5c2c2

Browse files
Adds the LargeTurbineMachine::recipeModifier to the java example. (#3934)
1 parent ab5dc2f commit 3e5c2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Modpacks/Examples/Example_Turbine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Below is an example of a multiblock using the LargeTurbineMachine class for maki
4949
.multiblock("hyper_gas_turbine", (holder) -> new LargeTurbineMachine(holder, GTValues.LuV, 4)) // The value shows one rotor holder tier above the recommended minimum rotor holder. The tier of rotor holder provides a boost based on the efficiency stat.
5050
.rotationState(RotationState.NON_Y_AXIS)
5151
.recipeType(GTRecipeTypes.GAS_TURBINE_FUELS)
52-
.recipeModifiers(GTRecipeModifiers.OC_NON_PERFECT_SUBTICK, GTRecipeModifiers.BATCH_MODE)
52+
.recipeModifiers(GTRecipeModifiers.OC_NON_PERFECT_SUBTICK, GTRecipeModifiers.BATCH_MODE, LargeTurbineMachine::recipeModifier)
5353
.pattern(definition -> FactoryBlockPattern.start()
5454
.aisle("BBBBBBB", "BBBCBBB", "BBBDBBB", "BBBCBBB", "BBBBBBB")
5555
.aisle("BBBCBBB", "BBCACBB", "BBCECBB", "BBCACBB", "BBBCBBB")

0 commit comments

Comments
 (0)