Working with Enchantment Station and Anvil in Random Things
This modification provides integration with CraftTweaker for the enchantment station and anvil from the Random Things mod.
Recipes for Enchantment Station
Important: items must be specified as single instances, otherwise the recipe won't work.
mods.rt.RandomThingsTweaker.addImbuingRecipe(IItemStack top, IItemStack leftside, IItemStack bottom, IItemStack center, IItemStack result);
mods.rt.RandomThingsTweaker.removeAllImbuingRecipes();
Recipes for Anvil
Please note: in survival mode, the maximum level is 39 without a mod that removes the level cap. However, you can set a higher cost.
mods.rt.RandomThingsTweaker.addAnvilRecipe(IItemStack input1, IItemStack input2, IItemStack result, int levelcost);
Disabling Creation of Bouncy Pads
mods.rt.RandomThingsTweaker.disableSlimePad();
The modification extends customization capabilities, allowing detailed configuration of Random Things mechanics to suit your needs through simple scripts.