Finally a GIT!

This commit is contained in:
PietroSainaghi
2022-10-06 18:38:10 -07:00
commit 35aff91e33
7316 changed files with 575247 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
mods.extendedcrafting.EnderCrafting.addShaped(<contenttweaker:concentrated_essence>,
[[<xreliquary:mob_ingredient:6>, <woot:shard:1>, <xreliquary:mob_ingredient:6>],
[<woot:shard:1>, <deepmoblearning:living_matter_extraterrestrial>, <woot:shard:1>],
[<xreliquary:mob_ingredient:6>, <woot:factorycore:1>, <xreliquary:mob_ingredient:6>]], 3);
mods.thermalexpansion.Crucible.addRecipe(<fluid:essence>*1600, <contenttweaker:concentrated_essence>, 200);
recipes.addShaped(<actuallyadditions:item_solidified_experience>*10,
[[null, <deepmoblearning:living_matter_overworldian>, null],
[null, <contenttweaker:concentrated_essence>, null],
[null, null, null]]);