From 9a438c806c3ce126d18c436bfaf3da014b825399 Mon Sep 17 00:00:00 2001 From: Strebbypatty <82723062+Strebbypatty@users.noreply.github.com> Date: Sun, 25 Jul 2021 20:15:46 +0200 Subject: Even Newer New Crystal Hollow Items (#562) * Add files via upload * Update DIVAN_ALLOY.json --- items/DIVAN_ALLOY.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/DIVAN_ALLOY.json (limited to 'items') diff --git a/items/DIVAN_ALLOY.json b/items/DIVAN_ALLOY.json new file mode 100644 index 00000000..ef9d970c --- /dev/null +++ b/items/DIVAN_ALLOY.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Divan\u0027s Alloy", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"87e89bea-b2db-3d69-8429-16f5c4b889a0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRhNDE0ZDI5Y2M5ZWJiZmMxY2JkY2QyMTFlZWU0NzI2ZDA2NzZiZTI2MmU5Y2I4ZWVmZmFmZDFmYzM4MGIxNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7§oThe legendary Divan explored\",1:\"§7§owhere no other man has set foot,\",2:\"§7§oand came back with this\",3:\"§7§oincredibly rare alloy.\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§f§f§6Divan\u0027s Alloy\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"DIVAN_ALLOY\",AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7§oThe legendary Divan explored", + "§7§owhere no other man has set foot,", + "§7§oand came back with this", + "§7§oincredibly rare alloy.", + "", + "§6§lLEGENDARY" + ], + "internalname": "DIVAN_ALLOY", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} -- cgit