Random Things Tweaker

Random Things Tweaker

114k Downloads

This mod adds crafttweaker support to the imbuing station and anvil.

Syntax:

Imbuing Station (Note: IItemstacks must be in singletons or it will not work)

mods.rt.RandomThingsTweaker.addImbuingRecipe(IItemStack top, IItemStack leftside, IItemStack bottom, IItemStack center, IItemStack result);

mods.rt.RandomThingsTweaker.removeAllImbuingRecipes();

Anvil (Caution: without a mod to remove the level cap, the max possible level in survival is 39 although it can be set much higher.)


mods.rt.RandomThingsTweaker.addAnvilRecipe(IItemStack input1, IItemStack input2, IItemStack result, int levelcost);

Disable the creation of Slime pads:

mods.rt.RandomThingsTweaker.disableSlimePad();


Requests for backports will be ignored.