diff options
author | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
commit | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (patch) | |
tree | e2bf7bc073f6036a85b58e4fad687afd63484567 /items/WOODCUTTING_CRYSTAL.json | |
download | NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.gz NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.bz2 NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.zip |
MASSIVE update
Diffstat (limited to 'items/WOODCUTTING_CRYSTAL.json')
-rw-r--r-- | items/WOODCUTTING_CRYSTAL.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/items/WOODCUTTING_CRYSTAL.json b/items/WOODCUTTING_CRYSTAL.json new file mode 100644 index 00000000..6e864707 --- /dev/null +++ b/items/WOODCUTTING_CRYSTAL.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Woodcutting Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bd79a474-cf07-3f8c-b5a4-98657c33520a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWFlODI2ZTdkYjg0NDdmYmQ2Mjk4OGZlZTBlODNiYmRkNjk0Mzc4YWVmMTJkMjU3MmU5NzVmMDU5YTU0OTkwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Can be placed on your private\",1:\"§7island. Increases the speed of\",2:\"§7nearby foraging minions by\",3:\"§7§a10%§7.\",4:\"\",5:\"§7Effective Radius: §b12\",6:\"\",7:\"§eClick to view recipe!\"],Name:\"§9Woodcutting Crystal\"},ExtraAttributes:{id:\"WOODCUTTING_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7Can be placed on your private", + "§7island. Increases the speed of", + "§7nearby foraging minions by", + "§7§a10%§7.", + "", + "§7Effective Radius: §b12" + ], + "internalname": "WOODCUTTING_CRYSTAL", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +}
\ No newline at end of file |