Update gtm + other mods (#88)
* Updated mods * Changed multi oc modifiers
This commit is contained in:
@@ -4,11 +4,7 @@ GTCEuStartupEvents.registry("gtceu:machine", (event) => {
|
||||
.rotationState(RotationState.NON_Y_AXIS)
|
||||
.recipeType("construction_core")
|
||||
.appearanceBlock(GTBlocks.MACHINE_CASING_ULV)
|
||||
.recipeModifier(
|
||||
GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(
|
||||
OverclockingLogic.NON_PERFECT_OVERCLOCK
|
||||
)
|
||||
)
|
||||
.recipeModifier(GTRecipeModifiers.OC_NON_PERFECT)
|
||||
.pattern((definition) =>
|
||||
FactoryBlockPattern.start()
|
||||
.aisle("BBB", "GGG", "BBB")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user