Skip to content

Commit f122a60

Browse files
Fix the recipe modifier list for example turbine. (#4361)
1 parent 14ce448 commit f122a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Modpacks/Examples/Multiblocks/Example_Turbine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Below is an example of a multiblock using the LargeTurbineMachine class for maki
1818
.machine((holder) => new $LargeTurbineMachine(holder, GTValues.LuV)) // 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.
1919
.rotationState(RotationState.NON_Y_AXIS)
2020
.recipeTypes("gas_turbine")
21-
.recipeModifiers([GTRecipeModifiers.OC_NON_PERFECT_SUBTICK, GTRecipeModifiers.BATCH_MODE, (machine, recipe) => GTRecipeModifiers.LargeTurbineMachine(machine, recipe)])
21+
.recipeModifiers([GTRecipeModifiers.OC_NON_PERFECT_SUBTICK, GTRecipeModifiers.BATCH_MODE, (machine, recipe) => $LargeTurbineMachine.recipeModifier(machine, recipe)])
2222
.appearanceBlock(GTBlocks.CASING_STAINLESS_TURBINE)
2323
.pattern(definition => FactoryBlockPattern.start()
2424
.aisle("BBBBBBB", "BBBCBBB", "BBBDBBB", "BBBCBBB", "BBBBBBB")

0 commit comments

Comments
 (0)