diff options
Diffstat (limited to 'items/TITANIUM_BELT.json')
-rw-r--r-- | items/TITANIUM_BELT.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/TITANIUM_BELT.json b/items/TITANIUM_BELT.json new file mode 100644 index 00000000..ed0dd25b --- /dev/null +++ b/items/TITANIUM_BELT.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Titanium Belt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"de383690-8f4e-3edb-be2d-3c3d823cd578\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODM1NTc1MjgyOCwKICAicHJvZmlsZUlkIiA6ICJmNzcxMDI1NGMzYWY0YjA5YmRjY2NiNDRjNjg1NjFiMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDZXJ1c1YyIiwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQxNjIzMDNiY2RkNzcwYWViZTdmZDE5ZmEyNjM3MTM5MGE3NTE1MTQwMzU4NTQ4MDg0MzYxYjUwNTZjZGM0ZTYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+30\",1:\"§7Mining Fortune: §a+10\",2:\"\",3:\"§7Grants §6+10☘ Mining Fortune §7while\",4:\"§7mining §2Mithril §7and §fTitanium§7.\",5:\"§7\",6:\"§6Full Set Bonus: True Dwarf §7(0/4)\",7:\"§7Grants §6+50⸕ Mining Speed §7and §6+40☘\",8:\"§6Mining Fortune §7while in the §2Dwarven\",9:\"§2Mines§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE BELT\"],Name:\"§9Titanium Belt\"},ExtraAttributes:{id:\"TITANIUM_BELT\"}}", + "damage": 3, + "lore": [ + "§7Mining Speed: §a+30", + "§7Mining Fortune: §a+10", + "", + "§7Grants §6+10☘ Mining Fortune §7while", + "§7mining §2Mithril §7and §fTitanium§7.", + "§7", + "§6Full Set Bonus: True Dwarf §7(0/4)", + "§7Grants §6+50⸕ Mining Speed §7and §6+40☘", + "§6Mining Fortune §7while in the §2Dwarven", + "§2Mines§7.", + "", + "§7§8This item can be reforged!", + "§9§lRARE BELT" + ], + "internalname": "TITANIUM_BELT", + "crafttext": "Requires: HotM 3", + "clickcommand": "viewrecipe", + "modver": "2.3.0", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_TITANIUM:1.0", + "MITHRIL_BELT:1.0", + "REFINED_MINERAL:16.0" + ], + "count": 1.0, + "overrideOutputId": "TITANIUM_BELT", + "duration": 12150 + } + ] +}
\ No newline at end of file |