| Melee/Harvest Tools | head(
durability: int,
meleeAttack: float,
miningSpeed: float,
miningTier: string
)
| Weapon and tool heads, such as pickaxe heads, small axe heads, small blade heads, pan heads, hammer heads, broad axe heads, and wide blades |
handle(
durability: int,
meleeDamage: float,
meleeSpeed: float,
miningSpeed: float,
)
| Handles, such as tool handles and tough handles |
| Bindings, such as binding knots, discs, and large plates |
| Ranged Tools | limb(
accuracy: float,
drawSpeed: float,
durability: int,
veocity: float
)
| Bow limb |
grip(
accuracy: float,
durability: float,百分比
meleeDamage: float
)
| Bow grip |
| Bowstring |
| Armor | platingHelmet(
armor: float,
durability: int,
toughness: float,
knockbackResistance: float
)
| Plating helmet |
platingChestplate(
armor: float,
durability: int,
toughness: float,
knockbackResistance: float
)
| Plating chestplate |
platingLeggings(
armor: float,
durability: int,
toughness: float,
knockbackResistance: float
)
| Plating leggings |
platingBoots(
armor: float,
durability: int,
toughness: float,
knockbackResistance: float
)
| Plating boots |
platingShield(
armor: float,
durability: int,
toughness: float,
knockbackResistance: float
)
| Plating shield |
| Chainmail base |
| Repair kit, used to restore durability when crafted with other tools |
skull(
durability: int,
armor: int,
)
| Skull |