diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-24 15:59:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 15:59:51 -0400 |
commit | 1d68daa056370980f794ea83dc66d2965e28ea48 (patch) | |
tree | a79b2869c5c23005efcb23284ba4cde7f6297fa8 | |
parent | a4b05933e2ea9d535f984ec28624f09c1e577eb3 (diff) | |
parent | 1ba23bdf61eb48c51f4efaf3309fcf9f06220f5c (diff) | |
download | NotEnoughUpdates-REPO-1d68daa056370980f794ea83dc66d2965e28ea48.tar.gz NotEnoughUpdates-REPO-1d68daa056370980f794ea83dc66d2965e28ea48.tar.bz2 NotEnoughUpdates-REPO-1d68daa056370980f794ea83dc66d2965e28ea48.zip |
Merge pull request #475 from DeDiamondPro/master
Create HARDENED_WOOD.json
-rw-r--r-- | items/HARDENED_WOOD.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/HARDENED_WOOD.json b/items/HARDENED_WOOD.json new file mode 100644 index 00000000..b2025530 --- /dev/null +++ b/items/HARDENED_WOOD.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aHardened Wood", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f673dd39-b745-3afb-a2f9-ac4b81aa75ac\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmEzZGExNzExOWM0Y2EwNmVkMGVkOWFhMGQ5MzUyNzEyZWUwMjEwODU0ODRlOTljYzFjOTQzOWQ2YWJjZjdmZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stiff §7reforge\",5:\"§7to a fishing rod.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXII§7!\",9:\"\",10:\"§a§lUNCOMMON REFORGE STONE\"],Name:\"§aHardened Wood\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"HARDENED_WOOD\",entity_required:\"OASIS_SHEEP\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Stiff §7reforge", + "§7to a fishing rod.", + "", + "§7Requires §aMining Skill Level", + "§aXII§7!", + "", + "§a§lUNCOMMON REFORGE STONE" + ], + "internalname": "HARDENED_WOOD", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |