unport hard configs

This commit is contained in:
m2r1k5 2022-03-27 21:01:23 +08:00
parent 067fb8ca90
commit 29e67ffc60

View File

@ -693,109 +693,111 @@ actualization_chamber.recipeMap
<minecraft:dragon_egg> * 64) <minecraft:dragon_egg> * 64)
.buildAndRegister(); .buildAndRegister();
// Harder Glass // Ported Hard Recipe Configs
recipes.addShaped(<metaitem:dustQuartzSand>, [ //// Harder Glass
[<minecraft:sand>, <ore:gtceMortars>] //recipes.addShaped(<metaitem:dustQuartzSand>, [
]); // [<minecraft:sand>, <ore:gtceMortars>]
//]);
macerator.recipeBuilder() //
.inputs(<minecraft:sand>) //macerator.recipeBuilder()
.outputs(<metaitem:dustQuartzSand>) // .inputs(<minecraft:sand>)
.duration(30).EUt(2) // .outputs(<metaitem:dustQuartzSand>)
.buildAndRegister(); // .duration(30).EUt(2)
// .buildAndRegister();
recipes.addShapeless(<metaitem:dustGlass>, [<metaitem:dustQuartzSand>, <metaitem:dustTinyFlint>]); //
//recipes.addShapeless(<metaitem:dustGlass>, [<metaitem:dustQuartzSand>, <metaitem:dustTinyFlint>]);
furnace.remove(<minecraft:glass>); //
recipes.remove(<minecraft:glass_bottle>); //furnace.remove(<minecraft:glass>);
//recipes.remove(<minecraft:glass_bottle>);
// Harder Redstone //
recipes.remove(<minecraft:dispenser>); //// Harder Redstone
recipes.addShaped(<minecraft:dispenser>, [ //recipes.remove(<minecraft:dispenser>);
[<minecraft:cobblestone>, <metaitem:ringIron>, <minecraft:cobblestone>], //recipes.addShaped(<minecraft:dispenser>, [
[<metaitem:springIron>, <minecraft:string>, <metaitem:springIron>], // [<minecraft:cobblestone>, <metaitem:ringIron>, <minecraft:cobblestone>],
[<metaitem:gearSmallIron>, <metaitem:stickRedAlloy>, <metaitem:gearSmallIron>] // [<metaitem:springIron>, <minecraft:string>, <metaitem:springIron>],
]); // [<metaitem:gearSmallIron>, <metaitem:stickRedAlloy>, <metaitem:gearSmallIron>]
//]);
recipes.remove(<minecraft:comparator>); //
recipes.remove(<minecraft:repeater>); //recipes.remove(<minecraft:comparator>);
//recipes.remove(<minecraft:repeater>);
recipes.remove(<minecraft:piston>); //
// Piston * 4 //recipes.remove(<minecraft:piston>);
<recipemap:assembler>.findRecipe(16, [<metaitem:plateAluminium>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove(); //// Piston * 4
// Piston * 2 //<recipemap:assembler>.findRecipe(16, [<metaitem:plateAluminium>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove();
<recipemap:assembler>.findRecipe(16, [<metaitem:plateSteel>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove(); //// Piston * 2
// Piston * 8 //<recipemap:assembler>.findRecipe(16, [<metaitem:plateSteel>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove();
<recipemap:assembler>.findRecipe(16, [<metaitem:plateTitanium>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove(); //// Piston * 8
// Piston * 1 //<recipemap:assembler>.findRecipe(16, [<metaitem:plateTitanium>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove();
<recipemap:assembler>.findRecipe(16, [<metaitem:plateBronze>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove(); //// Piston * 1
// Piston * 1 //<recipemap:assembler>.findRecipe(16, [<metaitem:plateBronze>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove();
<recipemap:assembler>.findRecipe(16, [<metaitem:plateIron>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove(); //// Piston * 1
//<recipemap:assembler>.findRecipe(16, [<metaitem:plateIron>, <minecraft:planks:0> * 3, <minecraft:cobblestone:0> * 4, <minecraft:redstone:0>], null).remove();
recipes.addShaped(<minecraft:piston>, [ //
[<ore:plankWood>,<ore:plankWood>,<ore:plankWood>], //recipes.addShaped(<minecraft:piston>, [
[<metaitem:gearSmallIron>, <ore:fenceWood>, <metaitem:gearSmallIron>], // [<ore:plankWood>,<ore:plankWood>,<ore:plankWood>],
[<minecraft:cobblestone>, <metaitem:plateRedAlloy>, <minecraft:cobblestone>] // [<metaitem:gearSmallIron>, <ore:fenceWood>, <metaitem:gearSmallIron>],
]); // [<minecraft:cobblestone>, <metaitem:plateRedAlloy>, <minecraft:cobblestone>]
assembler.recipeBuilder() //]);
.inputs(<ore:stickIron>, <metaitem:gearSmallIron>, <ore:slabWood>, <minecraft:cobblestone>) //assembler.recipeBuilder()
.fluidInputs(<liquid:red_alloy> * 144) // .inputs(<ore:stickIron>, <metaitem:gearSmallIron>, <ore:slabWood>, <minecraft:cobblestone>)
.outputs(<minecraft:piston>) // .fluidInputs(<liquid:red_alloy> * 144)
.duration(240).EUt(7).buildAndRegister(); // .outputs(<minecraft:piston>)
// .duration(240).EUt(7).buildAndRegister();
assembler.recipeBuilder() //
.inputs(<ore:stickSteel>, <metaitem:gearSmallSteel>, <ore:slabWood> * 2, <minecraft:cobblestone> * 2) //assembler.recipeBuilder()
.fluidInputs(<liquid:red_alloy> * 288) // .inputs(<ore:stickSteel>, <metaitem:gearSmallSteel>, <ore:slabWood> * 2, <minecraft:cobblestone> * 2)
.outputs(<minecraft:piston> * 2) // .fluidInputs(<liquid:red_alloy> * 288)
.duration(240).EUt(7).buildAndRegister(); // .outputs(<minecraft:piston> * 2)
// .duration(240).EUt(7).buildAndRegister();
assembler.recipeBuilder() //
.inputs(<ore:stickAluminium>, <metaitem:gearSmallAluminium>, <ore:slabWood> * 4, <minecraft:cobblestone> * 4) //assembler.recipeBuilder()
.fluidInputs(<liquid:red_alloy> * 432) // .inputs(<ore:stickAluminium>, <metaitem:gearSmallAluminium>, <ore:slabWood> * 4, <minecraft:cobblestone> * 4)
.outputs(<minecraft:piston> * 4) // .fluidInputs(<liquid:red_alloy> * 432)
.duration(240).EUt(7).buildAndRegister(); // .outputs(<minecraft:piston> * 4)
// .duration(240).EUt(7).buildAndRegister();
assembler.recipeBuilder() //
.inputs(<ore:stickStainlessSteel>, <metaitem:gearSmallStainlessSteel>, <ore:slabWood> * 8, <minecraft:cobblestone> * 8) //assembler.recipeBuilder()
.fluidInputs(<liquid:red_alloy> * 576) // .inputs(<ore:stickStainlessSteel>, <metaitem:gearSmallStainlessSteel>, <ore:slabWood> * 8, <minecraft:cobblestone> * 8)
.outputs(<minecraft:piston> * 8) // .fluidInputs(<liquid:red_alloy> * 576)
.duration(240).EUt(7).buildAndRegister(); // .outputs(<minecraft:piston> * 8)
// .duration(240).EUt(7).buildAndRegister();
assembler.recipeBuilder() //
.inputs(<ore:stickTitanium>, <metaitem:gearSmallTitanium>, <ore:slabWood> * 16, <minecraft:cobblestone> * 16) //assembler.recipeBuilder()
.fluidInputs(<liquid:red_alloy> * 1152) // .inputs(<ore:stickTitanium>, <metaitem:gearSmallTitanium>, <ore:slabWood> * 16, <minecraft:cobblestone> * 16)
.outputs(<minecraft:piston> * 16) // .fluidInputs(<liquid:red_alloy> * 1152)
.duration(240).EUt(7).buildAndRegister(); // .outputs(<minecraft:piston> * 16)
// .duration(240).EUt(7).buildAndRegister();
recipes.remove(<minecraft:observer>); //
recipes.addShaped(<minecraft:observer>, [ //recipes.remove(<minecraft:observer>);
[<metaitem:ringIron>, <ore:cobblestone>, <metaitem:ringIron>], //recipes.addShaped(<minecraft:observer>, [
[ <ore:cobblestone>, <minecraft:quartz>, <ore:cobblestone>], // [<metaitem:ringIron>, <ore:cobblestone>, <metaitem:ringIron>],
[<ore:gearSmallIron>, <ore:stickRedAlloy>, <ore:gearSmallIron>] // [ <ore:cobblestone>, <minecraft:quartz>, <ore:cobblestone>],
]); // [<ore:gearSmallIron>, <ore:stickRedAlloy>, <ore:gearSmallIron>]
//]);
recipes.addShaped(<minecraft:observer>, [ //
[<metaitem:ringIron>, <ore:cobblestone>, <metaitem:ringIron>], //recipes.addShaped(<minecraft:observer>, [
[ <ore:cobblestone>, <ore:crystalCertusQuartz>, <ore:cobblestone>], // [<metaitem:ringIron>, <ore:cobblestone>, <metaitem:ringIron>],
[<ore:gearSmallIron>, <ore:stickRedAlloy>, <ore:gearSmallIron>] // [ <ore:cobblestone>, <ore:crystalCertusQuartz>, <ore:cobblestone>],
]); // [<ore:gearSmallIron>, <ore:stickRedAlloy>, <ore:gearSmallIron>]
//]);
recipes.addShaped(<minecraft:observer>, [ //
[<metaitem:ringIron>, <ore:cobblestone>, <metaitem:ringIron>], //recipes.addShaped(<minecraft:observer>, [
[ <ore:cobblestone>, <ore:gemQuartzite>, <ore:cobblestone>], // [<metaitem:ringIron>, <ore:cobblestone>, <metaitem:ringIron>],
[<ore:gearSmallIron>, <ore:stickRedAlloy>, <ore:gearSmallIron>] // [ <ore:cobblestone>, <ore:gemQuartzite>, <ore:cobblestone>],
]); // [<ore:gearSmallIron>, <ore:stickRedAlloy>, <ore:gearSmallIron>]
//]);
// Charcoal //
furnace.remove(<minecraft:coal:1>); //// Charcoal
//furnace.remove(<minecraft:coal:1>);
// Hard EBF //
recipes.removeByRecipeName("gregtech:electric_blast_furnace"); //// Hard EBF
recipes.addShaped(<metaitem:electric_blast_furnace>, [ //recipes.removeByRecipeName("gregtech:electric_blast_furnace");
[<metaitem:electric_furnace.lv>,<metaitem:electric_furnace.lv>,<metaitem:electric_furnace.lv>], //recipes.addShaped(<metaitem:electric_blast_furnace>, [
[<ore:circuitBasic>, <gregtech:metal_casing:2>, <ore:circuitBasic>], // [<metaitem:electric_furnace.lv>,<metaitem:electric_furnace.lv>,<metaitem:electric_furnace.lv>],
[<ore:cableGtSingleTin>,<ore:circuitBasic> ,<ore:cableGtSingleTin>] // [<ore:circuitBasic>, <gregtech:metal_casing:2>, <ore:circuitBasic>],
]); // [<ore:cableGtSingleTin>,<ore:circuitBasic> ,<ore:cableGtSingleTin>]
//]);
//
//Numismatic Dynamo //Numismatic Dynamo
recipes.remove(<thermalexpansion:dynamo:5>); recipes.remove(<thermalexpansion:dynamo:5>);