diff --git a/overrides/resources/contenttweaker/lang/en_us.lang b/overrides/resources/contenttweaker/lang/en_us.lang index 6535d61..3da86c6 100644 --- a/overrides/resources/contenttweaker/lang/en_us.lang +++ b/overrides/resources/contenttweaker/lang/en_us.lang @@ -137,7 +137,7 @@ material.helium_hydride=Helium-3 Hydride material.dioxygen_difluoride=Dioxygen Difluoride material.taranium=Taranium material.darmstadtite=Darmstadtite -material.dulystite=Dulystite +material.dulysite=Dulysite material.butanol=Butanol material.phosphorus_trichloride=Phosphorus Trichloride material.phosphoryl_chloride=Phosphoryl Chloride @@ -379,6 +379,8 @@ item.contenttweaker.sixteensmore.name=SixteenS'more HexadecaS'mingot item.contenttweaker.thirtytwosmore.name=Half-stack-o'-S'more TriacontadyoS'mingot item.contenttweaker.sixtyfoursmore.name=Stack-o'-S'more HexecontatessaraS'mingot +item.contenttweaker.dark_red_coal.name=Dark Red Coal + item.contenttweaker.hand_framing_tool.name=Hand Framing Tool item.contenttweaker.hand_framing_tool.desc1=Frame your tools by hand! diff --git a/overrides/resources/contenttweaker/textures/items/dark_red_coal.png b/overrides/resources/contenttweaker/textures/items/dark_red_coal.png new file mode 100644 index 0000000..01e024e Binary files /dev/null and b/overrides/resources/contenttweaker/textures/items/dark_red_coal.png differ diff --git a/overrides/scripts/BlastFurnace.zs b/overrides/scripts/BlastFurnace.zs index 22551cb..35183f1 100644 --- a/overrides/scripts/BlastFurnace.zs +++ b/overrides/scripts/BlastFurnace.zs @@ -71,6 +71,26 @@ alloy_blast_smelter.recipeBuilder() .EUt(120) .buildAndRegister(); +// Temporary Black Steel fix +alloy_blast_smelter.recipeBuilder() + .inputs([ * 3, * 2, * 4]) + .circuit(3) + .fluidOutputs([ * 1296]) + .property("temperature", 1000) + .duration(2880) + .EUt(120) + .buildAndRegister(); + +alloy_blast_smelter.recipeBuilder() + .inputs([ * 3, * 2, * 4]) + .fluidInputs([ * 9000]) + .circuit(13) + .fluidOutputs([ * 1296]) + .property("temperature", 1000) + .duration(1929) + .EUt(120) + .buildAndRegister(); + //Aluminium [tier 2] // Aluminium Ingot * 1 .findRecipe(120, [, .withTag({Configuration: 2})], [ * 1000]).remove(); diff --git a/overrides/scripts/ContentTweaker.zs b/overrides/scripts/ContentTweaker.zs index cde37a5..85043a6 100644 --- a/overrides/scripts/ContentTweaker.zs +++ b/overrides/scripts/ContentTweaker.zs @@ -673,4 +673,8 @@ tiertwoship_stabilized_matter.register(); var magnetron = VanillaFactory.createItem("magnetron"); magnetron.rarity = "rare"; magnetron.maxStackSize = 64; -magnetron.register(); \ No newline at end of file +magnetron.register(); + +var dark_red_coal = VanillaFactory.createItem("dark_red_coal"); +dark_red_coal.maxStackSize = 64; +dark_red_coal.register(); diff --git a/overrides/scripts/Earlygame.zs b/overrides/scripts/Earlygame.zs index 313d8fd..669b574 100644 --- a/overrides/scripts/Earlygame.zs +++ b/overrides/scripts/Earlygame.zs @@ -152,20 +152,33 @@ chemical_reactor.recipeBuilder().inputs([]).fluidInputs([
  • ]).fluidInputs([ * 1000]).outputs().EUt(15).duration(20).buildAndRegister(); chemical_reactor.recipeBuilder().inputs([]).fluidOutputs( * 1000).EUt(30).duration(120).buildAndRegister(); chemical_reactor.recipeBuilder().inputs([]).fluidInputs( * 100).outputs().EUt(30).duration(120).buildAndRegister(); + mixer.recipeBuilder().inputs([,]).outputs( * 2).EUt(15).duration(80).buildAndRegister(); // Nq+ and Nq* mixer.recipeBuilder().inputs([ * 2, * 4,,]).fluidInputs([ * 576, * 144]).outputs().EUt(8000).duration(400).buildAndRegister(); + mixer.recipeBuilder().inputs([ * 2,,*4,]).fluidInputs([ * 576, * 144]).outputs().EUt(30000).duration(400).buildAndRegister(); +// Black Steel mixer.recipeBuilder().inputs([ * 3, * 2, * 2, * 2]).outputs( * 9).EUt(15).duration(200).buildAndRegister(); recipes.removeShapeless(, [, , , , ]); furnace.addRecipe(, , 0.0); +// Temporary Black Steel fix +recipes.addShapeless( * 2, [, ]); + +mixer.recipeBuilder().inputs([ * 3, * 2, * 4]).outputs( * 9).EUt(15).duration(200).buildAndRegister(); + + +// Clathrates chemical_reactor.recipeBuilder().inputs([]).fluidInputs([ * 288]).outputs().EUt(75).duration(120).buildAndRegister(); chemical_reactor.recipeBuilder().inputs([]).fluidInputs([ * 288]).outputs().EUt(75).duration(120).buildAndRegister(); chemical_reactor.recipeBuilder().inputs([]).fluidInputs([ * 250]).outputs().EUt(75).duration(120).buildAndRegister(); + +// Draconium chemical_reactor.recipeBuilder().inputs([, ]).outputs(.firstItem).EUt(2000).duration(500).buildAndRegister(); chemical_reactor.recipeBuilder().inputs([ * 4]).fluidInputs([ * 1000, * 1000]).outputs( * 4).EUt(2000).duration(1000).buildAndRegister(); + recipes.addShaped(, [ [null, , null], [, , ], @@ -384,4 +397,4 @@ cutter.recipeBuilder() .addTooltip(format.red("Cannot be discharged in GT Battery Buffers")); .addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth")); .addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth")); -.addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth")); \ No newline at end of file +.addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth"));