GTM7 Update (#108)
* fix kube * update mods, add guideme for new ae2 * rehash and re0ensure updates to make sure i didnt fuck up * how did I unfix it * extreme muffler is a greg necessity please. * bump ver * probably an accidental copy paste? * also remove the miscopied files from index * add batch mode to gcp multis * fix non clientside marked mods * update quest for gtm fixing typo
This commit is contained in:
@@ -4,7 +4,7 @@ GTCEuStartupEvents.registry("gtceu:machine", (event) => {
|
||||
.rotationState(RotationState.NON_Y_AXIS)
|
||||
.recipeType("construction_core")
|
||||
.appearanceBlock(GTBlocks.MACHINE_CASING_ULV)
|
||||
.recipeModifier(GTRecipeModifiers.OC_NON_PERFECT)
|
||||
.recipeModifiers([GTRecipeModifiers.OC_NON_PERFECT, GTRecipeModifiers.BATCH_MODE])
|
||||
.pattern((definition) =>
|
||||
FactoryBlockPattern.start()
|
||||
.aisle("BBB", "GGG", "BBB")
|
||||
@@ -21,9 +21,8 @@ GTCEuStartupEvents.registry("gtceu:machine", (event) => {
|
||||
)
|
||||
.build()
|
||||
)
|
||||
.workableCasingRenderer(
|
||||
.workableCasingModel(
|
||||
"gtceu:block/casings/voltage/lv/side",
|
||||
"gtceu:block/multiblock/implosion_compressor",
|
||||
true
|
||||
"gtceu:block/multiblock/implosion_compressor"
|
||||
);
|
||||
});
|
||||
|
||||
@@ -4,7 +4,7 @@ GTCEuStartupEvents.registry("gtceu:machine", (event) => {
|
||||
.rotationState(RotationState.NON_Y_AXIS)
|
||||
.recipeType("greenhouse")
|
||||
.appearanceBlock(GTBlocks.MACHINE_CASING_ULV)
|
||||
.recipeModifier(GTRecipeModifiers.OC_NON_PERFECT)
|
||||
.recipeModifiers([GTRecipeModifiers.OC_NON_PERFECT, GTRecipeModifiers.BATCH_MODE])
|
||||
.pattern((definition) =>
|
||||
FactoryBlockPattern.start()
|
||||
.aisle("0BBB0", "0BBB0", "0BBB0", "0BBB0")
|
||||
@@ -25,9 +25,8 @@ GTCEuStartupEvents.registry("gtceu:machine", (event) => {
|
||||
.where("0", Predicates.any())
|
||||
.build()
|
||||
)
|
||||
.workableCasingRenderer(
|
||||
.workableCasingModel(
|
||||
"gtceu:block/casings/voltage/ulv/side",
|
||||
"gtceu:block/multiblock/implosion_compressor",
|
||||
true
|
||||
"gtceu:block/multiblock/implosion_compressor"
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user