This commit is contained in:
ZHAY10086
2026-03-15 17:17:48 +08:00
parent 707aa69c7b
commit 2b8ea95744
630 changed files with 14799 additions and 6169 deletions
+16
View File
@@ -393,6 +393,15 @@ treeoflifecinders5.addItemInput(<contenttweaker:dust_of_infinite_wishes>);
treeoflifecinders5.addItemOutput(<contenttweaker:sacred_cinders_fruit>*1024);
treeoflifecinders5.build();
val treeoflifecinders6 = RecipeBuilder.newBuilder("treeoflifecinders6","tree_of_life",2);
treeoflifecinders6.addEnergyPerTickInput(50000000);
treeoflifecinders6.addItemInput(<contenttweaker:sacred_cinders_seed>);
treeoflifecinders6.setChance(0.0);
treeoflifecinders6.addItemInput(<contenttweaker:agricultural_propolis>);
treeoflifecinders6.addItemInput(<contenttweaker:galactic_dust>);
treeoflifecinders6.addItemOutput(<contenttweaker:sacred_cinders_fruit>*2048);
treeoflifecinders6.build();
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:alchemical_particle>, <projectex:matter:11>, 100000, <extendedcrafting:material:11>, 100);
val treeoflifebee = RecipeBuilder.newBuilder("treeoflifebee","tree_of_life",600);
@@ -421,4 +430,11 @@ treeoflifefragnatlaw.addItemInput(<extrabotany:terrasteelshield>);
treeoflifefragnatlaw.addItemOutput(<contenttweaker:recursion_fragment_asgard>);
treeoflifefragnatlaw.build();
val treeoflifepapahimar = RecipeBuilder.newBuilder("treeoflifepapahimar","tree_of_life",2);
treeoflifepapahimar.addEnergyPerTickInput(100000);
treeoflifepapahimar.addItemInput(<extratrees:food:40>);
treeoflifepapahimar.addItemInput(<forestry:fruits:6>*512);
treeoflifepapahimar.addItemInput(<contenttweaker:sacred_cinders_fruit>*512);
treeoflifepapahimar.addItemOutput(<extratrees:food:40>*2048);
treeoflifepapahimar.build();