udpate1
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user