File Details
engraving-1.4.jar
- R
- Sep 23, 2024
- 19.50 KB
- 5.5K
- 1.12.2
- Forge
File Name
engraving-1.4.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
Expands CraftTweaker ZenClass IItemDefinition, and adds some new ZenMethods:
isSlashBlade() return true if this item is a SlashBlade.
isSlashBladeTLS() return true if this item is a SlashBlade from The Last Smith mod (This mod is added as a soft dependency now. It should be optional; if not, please let me know.)
isTools(isAxeIncluded as bool) return true if this item is a Pickaxe, Spade, or Hoe. If you consider Axes are tools, feed this method a true, and it will return true when this item is an Axe.
isWeapons(isAxeIncluded as bool) return true if this item is a Sword. If you consider Axes are weapons, feed this method a true, and it will return true when this item is an Axe.
isArmor() return true if this item is a piece of Armor.
isAxes() return true if this item is an Axe.

