0.18.3 pre update

This commit is contained in:
ZHAY10086
2025-10-09 22:50:19 +08:00
parent 5bb0ef69e1
commit 249bdbb8f4
1169 changed files with 52671 additions and 5170 deletions
+9 -3
View File
@@ -58,10 +58,10 @@ mods.tconstruct.Casting.removeTableRecipe(<tconstruct:clay_cast>.withTag({PartTy
mods.tconstruct.Casting.removeTableRecipe(<tconstruct:clay_cast>.withTag({PartType: "plustic:battery_cell"}));
mods.tconstruct.Casting.removeTableRecipe(<tconstruct:clay_cast>.withTag({PartType: "plustic:pipe_piece"}));
mods.tconstruct.Casting.addTableRecipe(<tconstruct:cast>.withTag({PartType: "plustic:laser_medium"}), <tconstruct:pattern>.withTag({PartType: "plustic:pan_head"}), <fluid:gold>, 288, false, 100);
mods.tconstruct.Casting.addTableRecipe(<tconstruct:cast>.withTag({PartType: "plustic:laser_medium"}), <tconstruct:pattern>.withTag({PartType: "plustic:laser_medium"}), <fluid:gold>, 288, false, 100);
mods.tconstruct.Casting.addTableRecipe(<tconstruct:cast>.withTag({PartType: "plustic:battery_cell"}), <tconstruct:pattern>.withTag({PartType: "plustic:battery_cell"}), <fluid:gold>, 288, false, 100);
mods.tconstruct.Casting.addTableRecipe(<tconstruct:cast>.withTag({PartType: "plustic:pipe_piece"}), <tconstruct:pattern>.withTag({PartType: "plustic:pipe_piece"}), <fluid:gold>, 288, false, 100);
mods.tconstruct.Casting.addTableRecipe(<tconstruct:clay_cast>.withTag({PartType: "plustic:laser_medium"}), <tconstruct:pattern>.withTag({PartType: "plustic:pan_head"}), <fluid:clay>, 288, false, 100);
mods.tconstruct.Casting.addTableRecipe(<tconstruct:clay_cast>.withTag({PartType: "plustic:laser_medium"}), <tconstruct:pattern>.withTag({PartType: "plustic:laser_medium"}), <fluid:clay>, 288, false, 100);
mods.tconstruct.Casting.addTableRecipe(<tconstruct:clay_cast>.withTag({PartType: "plustic:battery_cell"}), <tconstruct:pattern>.withTag({PartType: "plustic:battery_cell"}), <fluid:clay>, 288, false, 100);
mods.tconstruct.Casting.addTableRecipe(<tconstruct:clay_cast>.withTag({PartType: "plustic:pipe_piece"}), <tconstruct:pattern>.withTag({PartType: "plustic:pipe_piece"}), <fluid:clay>, 288, false, 100);
@@ -287,4 +287,10 @@ mods.tconstruct.Casting.addTableRecipe(<contenttweaker:trinity_ingot>, <tconstru
mods.nuclearcraft.melter.addRecipe([<contenttweaker:trinity_ingot>, <fluid:trinity_ingot>*144]);
mods.tconstruct.Melting.addRecipe(<liquid:whisper_of_worthiness> * 4000,<contenttweaker:stone_of_worthiness>);
mods.tconstruct.Melting.addRecipe(<liquid:whisper_of_worthiness> * 4000,<contenttweaker:stone_of_worthiness>);
recipes.addShaped(<contenttweaker:bloodhunter_modifier>,
[[<ore:obsidian>, <aoa3:rosite_ingot>, <ore:obsidian>],
[<aoa3:rosite_ingot>, <contenttweaker:bloodhunter_droplet>, <aoa3:rosite_ingot>],
[<ore:obsidian>, <aoa3:rosite_ingot>, <ore:obsidian>]]);