diff options
author | Strebbypatty <82723062+Strebbypatty@users.noreply.github.com> | 2021-07-25 20:15:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 14:15:46 -0400 |
commit | 9a438c806c3ce126d18c436bfaf3da014b825399 (patch) | |
tree | 4b5fb5bb2304806b6d16facffe13c1f1b9efa935 /items | |
parent | 2bfb381e73068386c73d8e40a835c472ac832f63 (diff) | |
download | NotEnoughUpdates-REPO-9a438c806c3ce126d18c436bfaf3da014b825399.tar.gz NotEnoughUpdates-REPO-9a438c806c3ce126d18c436bfaf3da014b825399.tar.bz2 NotEnoughUpdates-REPO-9a438c806c3ce126d18c436bfaf3da014b825399.zip |
Even Newer New Crystal Hollow Items (#562)
* Add files via upload
* Update DIVAN_ALLOY.json
Diffstat (limited to 'items')
-rw-r--r-- | items/DIVAN_ALLOY.json | 19 |
1 files changed, 19 insertions, 0 deletions
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": "" +} |