diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-04-21 22:18:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 16:18:53 -0400 |
commit | 823c7ea1ce1e23d8b94ce8c6e24903b7613288e8 (patch) | |
tree | 65f0fdc97629f2b2b9d8f324fa62f44a651533c2 /items/BULKY_STONE.json | |
parent | 9f320dd60715a91bcd75dcb402015a53ce77dffd (diff) | |
download | NotEnoughUpdates-REPO-823c7ea1ce1e23d8b94ce8c6e24903b7613288e8.tar.gz NotEnoughUpdates-REPO-823c7ea1ce1e23d8b94ce8c6e24903b7613288e8.tar.bz2 NotEnoughUpdates-REPO-823c7ea1ce1e23d8b94ce8c6e24903b7613288e8.zip |
new items (#466)
* new items
* Create BULKY_STONE.json
* uuid removal
Diffstat (limited to 'items/BULKY_STONE.json')
-rw-r--r-- | items/BULKY_STONE.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/BULKY_STONE.json b/items/BULKY_STONE.json new file mode 100644 index 00000000..1cfcd0be --- /dev/null +++ b/items/BULKY_STONE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Bulky Stone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c50f3eab-34c3-3db0-9dda-3302fbe65cbe\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjBiODdhN2UyODU1NzUxZjI5NTAxODA4ODNjZmJjZGQ4NjI5OGVlNGY3YmRlMDliMmY3MzE1NDYyZTg4YzBlZiJ9fX0=\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Bulky §7reforge\",5:\"§7to a melee weapon.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Bulky Stone\"},ExtraAttributes:{id:\"BULKY_STONE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Bulky §7reforge", + "§7to a melee weapon.", + "", + "§7Requires §aMining Skill Level", + "§aXXV§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "BULKY_STONE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |