diff --git a/overrides/scripts/normalmode.zs b/overrides/scripts/normalmode.zs index 68298c1..353a833 100644 --- a/overrides/scripts/normalmode.zs +++ b/overrides/scripts/normalmode.zs @@ -422,47 +422,47 @@ fluid_extractor.recipeBuilder() .duration(100).EUt(32).buildAndRegister(); -// Creative Tank Provider -val creative_tank_provider = Builder.start("mbt:creative_tank_provider") - .withPattern(function(controller as IControllerTile) as IBlockPattern { - return FactoryBlockPattern.start() - .aisle("CCC", "CCC", "CCC") - .aisle("CCC", "CFC", "CCC") - .aisle("CCC", "CSC", "CCC") - .where('S', controller.self()) - .where('F', ) // Tungstencarbide Frame Box - .where("C", CTPredicate.states() | controller.autoAbilities(true, false, true, true, false, false, false)) - .build(); - } as IPatternBuilderFunction) - .withRecipeMap( - FactoryRecipeMap.start("creative_tank_provider") - .minInputs(2) - .maxInputs(2) - .minOutputs(1) - .maxOutputs(1) - .build()) - .withBaseTexture() - .buildAndRegister(); - -creative_tank_provider.hasMufflerMechanics = false; -creative_tank_provider.hasMaintenanceMechanics = false; - -recipes.addShaped("creative_tank_provider", , [ - [, , ], - [, , ], - [, , ] -]); - -// creative tank provider -// creative tank -creative_tank_provider.recipeMap - .recipeBuilder() - .notConsumable() - .inputs() - .outputs() - .duration(500) - .EUt(100000) - .buildAndRegister(); +//// Creative Tank Provider +//val creative_tank_provider = Builder.start("mbt:creative_tank_provider") +// .withPattern(function(controller as IControllerTile) as IBlockPattern { +// return FactoryBlockPattern.start() +// .aisle("CCC", "CCC", "CCC") +// .aisle("CCC", "CFC", "CCC") +// .aisle("CCC", "CSC", "CCC") +// .where('S', controller.self()) +// .where('F', ) // Tungstencarbide Frame Box +// .where("C", CTPredicate.states() | controller.autoAbilities(true, false, true, true, false, false, false)) +// .build(); +// } as IPatternBuilderFunction) +// .withRecipeMap( +// FactoryRecipeMap.start("creative_tank_provider") +// .minInputs(2) +// .maxInputs(2) +// .minOutputs(1) +// .maxOutputs(1) +// .build()) +// .withBaseTexture() +// .buildAndRegister(); +// +//creative_tank_provider.hasMufflerMechanics = false; +//creative_tank_provider.hasMaintenanceMechanics = false; +// +//recipes.addShaped("creative_tank_provider", , [ +// [, , ], +// [, , ], +// [, , ] +//]); +// +//// creative tank provider +//// creative tank +//creative_tank_provider.recipeMap +// .recipeBuilder() +// .notConsumable() +// .inputs() +// .outputs() +// .duration(500) +// .EUt(100000) +// .buildAndRegister(); //Numismatic Dynamo recipes.remove();