import crafttweaker.item.IItemStack;

<nex:golden_wither_bone_hammer>.addTooltip(format.aqua("In The Nether, only uses 1 durability per use, no matter how many blocks break!"));

val itemArray = [

<nex:golden_wither_bone_sword>,
<nex:golden_wither_bone_pickaxe>,
<nex:golden_wither_bone_shovel>,
<nex:golden_wither_bone_axe>,
<nex:golden_wither_bone_hoe>,
<nex:golden_wither_bone_hammer>,

] as IItemStack[];

for thisItem in itemArray {
	thisItem.addTooltip(format.lightPurple("Warning: Highly fragile anywhere other than The Nether!"));
	}