Update gtm + other mods (#88)

* Updated mods

* Changed multi oc modifiers
This commit is contained in:
Deepa
2024-12-22 15:44:32 -06:00
committed by GitHub
parent c1d0100358
commit 519a65690e
43 changed files with 319 additions and 327 deletions

View File

@@ -4,11 +4,7 @@ GTCEuStartupEvents.registry("gtceu:machine", (event) => {
.rotationState(RotationState.NON_Y_AXIS)
.recipeType("greenhouse")
.appearanceBlock(GTBlocks.MACHINE_CASING_ULV)
.recipeModifier(
GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(
OverclockingLogic.NON_PERFECT_OVERCLOCK
)
)
.recipeModifier(GTRecipeModifiers.OC_NON_PERFECT)
.pattern((definition) =>
FactoryBlockPattern.start()
.aisle("0BBB0", "0BBB0", "0BBB0", "0BBB0")