Skip to content
evernife edited this page Oct 19, 2016 · 3 revisions

With CustomThings you can add any tool set you desire.

Here are the fields for custom tools:

Field Name Type Description Default
tools String Array The types of tools to create. Can be up to 5 long, and any of the following strings: PICKAXE, SHOVEL, AXE, SWORD, HOE. Any of these strings not present will cause its related tool type to not be created for this set. ["PICKAXE", "SHOVEL", "AXE", "SWORD", "HOE"]
level Integer The mining level of this tool set. See the minecraft wiki for more info. Basically, 0 - wood, 1 - stone, 2 - iron, 3 - diamond, etc. 1
durability Integer The durability for this tool set. All tools will have exactly this amount of durability. 500
efficiency Float The speed of this tool on its proper material. 4.0f
maxStackSize Integer The max stack size this item can have. 64
damage Float The base attack damage of this tool. Pickaxe is 2 + this value, Shovel is 1 + this value, Axe is 3 + this value, and Sword is 4 + this value. 1.0f
enchantability Integer The enchantability of this tool type. 5
material String The repair material of this tool. A custom itemstack. "null"

Clone this wiki locally