canon ending dev build

This commit is contained in:
sainagh
2025-03-04 16:51:19 -08:00
parent ec9d201b26
commit 792ec88708
2165 changed files with 15429 additions and 556355 deletions
+21 -1
View File
@@ -128,4 +128,24 @@ recipes.addShaped(<contenttweaker:inert_crystal>,
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:inert_crystal>, <fluid:muons>*100, <contenttweaker:muon_crystal>]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:inert_crystal>, <fluid:strings>*100, <contenttweaker:strings_crystal>]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:inert_crystal>, <fluid:strings>*100, <contenttweaker:strings_crystal>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:gallifreyan_neutronium_casing>,
1000000000,
<contenttweaker:neutronium_casing>,
[<contenttweaker:eye_of_gallifrey>, <ore:ingotChaos>,
<contenttweaker:eye_of_gallifrey>, <ore:ingotChaos>,
<contenttweaker:eye_of_gallifrey>, <ore:ingotChaos>,
<contenttweaker:eye_of_gallifrey>, <ore:ingotChaos>,
<contenttweaker:eye_of_gallifrey>, <ore:ingotChaos>,
<contenttweaker:eye_of_gallifrey>, <ore:ingotChaos>]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:quark_neutronium_module>,
[[<contenttweaker:stone_of_the_shyre_warden>, null, <contenttweaker:mortum_star>, null, <contenttweaker:stone_of_the_shyre_warden>],
[null, <contenttweaker:arbiterite_crystal>, <contenttweaker:gallifreyan_neutronium_casing>, <contenttweaker:arbiterite_crystal>, null],
[<contenttweaker:mortum_star>, <contenttweaker:gallifreyan_neutronium_casing>, <contenttweaker:defined_machine_case>, <contenttweaker:gallifreyan_neutronium_casing>, <contenttweaker:mortum_star>],
[null, <contenttweaker:arbiterite_crystal>, <contenttweaker:gallifreyan_neutronium_casing>, <contenttweaker:arbiterite_crystal>, null],
[<contenttweaker:stone_of_the_shyre_warden>, null, <contenttweaker:mortum_star>, null, <contenttweaker:stone_of_the_shyre_warden>]]);