fix commit

This commit is contained in:
sainagh
2026-07-25 16:20:42 -05:00
parent 9396611ce0
commit c6df59caf7
3226 changed files with 209810 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
import mods.modularmachinery.RecipeBuilder;
val bot2 = RecipeBuilder.newBuilder("bot2","gaia_altar",4000);
bot2.addEnergyPerTickInput(4000);
bot2.addItemInput(<botania:grassseds:0>*64);
bot2.addItemInput(<randomthings:beans:0>*16);
bot2.addItemOutput(<randomthings:beanpod>);
bot2.build();
val bot2 = RecipeBuilder.newBuilder("bot2","gaia_altar",4000);
bot2.addEnergyPerTickInput(4000);
bot2.addItemInput(<botania:manaresource:8>*16);
bot2.addItemInput(<erebus:materials:21>*4);
bot2.addItemOutput(<erebus:materials:2>);
bot2.setChance(0.1);
bot2.addItemOutput(<erebus:materials:47>);
bot2.setChance(0.1);
bot2.addItemOutput(<erebus:materials:7>);
bot2.setChance(0.1);
bot2.addItemOutput(<erebus:mud>);
bot2.setChance(0.2);
bot2.addItemOutput(<erebus:mud>);
bot2.setChance(0.2);
bot2.build();