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
+7
View File
@@ -0,0 +1,7 @@
import mods.modularmachinery.RecipeBuilder;
val bot1 = RecipeBuilder.newBuilder("botcond","botanic_condenser",100);
bot1.addFluidInput(<fluid:mana>*100);
bot1.addFluidInput(<fluid:water>*100);
bot1.addItemOutput(<contenttweaker:inert_botanic_alchemic_catalyst>);
bot1.build();