diff options
Diffstat (limited to 'items/TITANIUM_GAUNTLET.json')
-rw-r--r-- | items/TITANIUM_GAUNTLET.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/TITANIUM_GAUNTLET.json b/items/TITANIUM_GAUNTLET.json new file mode 100644 index 00000000..64461c99 --- /dev/null +++ b/items/TITANIUM_GAUNTLET.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Titanium Gauntlet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1cca15f8-e9fc-3e15-b676-93f719002c46\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNzUyMTQzMzg2MiwKICAicHJvZmlsZUlkIiA6ICJkZDNjZGJiOTE2M2Q0NzgyOGQ0YmZkODZmYWE4NGY5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJFTFdhbEtlUkpBSkEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2M4MDI3YzhhOGE2NzY3MDEwN2FkYWRlNDEwMjAwZjExYjIxYzkzYTEwMWE4ZWViMzI1OGVhYzM0NmQ1YzkwIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},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 GLOVES\"],Name:\"§9Titanium Gauntlet\"},ExtraAttributes:{id:\"TITANIUM_GAUNTLET\"}}", + "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 GLOVES" + ], + "internalname": "TITANIUM_GAUNTLET", + "crafttext": "Requires: HotM 3", + "clickcommand": "viewrecipe", + "modver": "2.3.0", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_MINERAL:16.0", + "REFINED_TITANIUM:1.0", + "MITHRIL_GAUNTLET:1.0" + ], + "count": 1.0, + "overrideOutputId": "TITANIUM_GAUNTLET", + "duration": 12150 + } + ] +}
\ No newline at end of file |