PRless-0.18.2

This commit is contained in:
sainagh
2025-08-01 14:02:02 -05:00
parent dd5b82f2c1
commit a6964940b3
2782 changed files with 28582 additions and 16395 deletions
+24 -1
View File
@@ -161,4 +161,27 @@ bot16.addItemInput(<botania:manaresource:4>*8);
bot16.addItemInput(<contenttweaker:sentient_meatball>);
bot16.addItemInput(<contenttweaker:mark_of_gluttony>);
bot16.addItemOutput(SuperEnchantedItem(<extrabotany:combatmaidboots>.withTag({display: {Name:"§6§oBoots of Gluttony§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistKittySuitWrapped).getItem());
bot16.build();
bot16.build();
val bot17 = RecipeBuilder.newBuilder("bot17","gaia_altar",400);
bot17.addEnergyPerTickInput(60000);
bot17.addItemInput(<contenttweaker:monumentally_sentient_meatball>);
bot17.addItemInput(<extrabotany:material:3>*8);
bot17.addItemInput(<contenttweaker:orichalcum>*4);
bot17.addItemInput(<extrabotany:manabarrel>*12);
bot17.addItemInput(<extrabotany:judahoath>);
bot17.addItemOutput(<extrabotany:buddhistrelics>);
bot17.build();
val bot18 = RecipeBuilder.newBuilder("bot18","gaia_altar",400);
bot18.addEnergyPerTickInput(60000);
bot18.addItemInput(<contenttweaker:monumentally_sentient_meatball>);
bot18.addItemInput(<extrabotany:material:3>*4);
bot18.addItemInput(<extrabotany:material:1>*12);
bot18.addItemInput(<extrabotany:manabarrel>*4);
bot18.addItemInput(<botania:holycloak>);
bot18.addItemInput(<botania:unholycloak>);
bot18.addItemInput(<botania:balancecloak>);
bot18.addItemOutput(<extrabotany:silenteternity>);
bot18.build();