diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-03-28 22:50:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 07:50:06 +1100 |
commit | bbf75d0b43c0b62a5bc094e135e03eded4104842 (patch) | |
tree | a86ddfe549c4fbf9f269cde32bdd51971d738f4f /items/OVERGROWN_GRASS.json | |
parent | c5cc1ecb8e7364c981dcb66db0ff58805579676e (diff) | |
download | NotEnoughUpdates-REPO-bbf75d0b43c0b62a5bc094e135e03eded4104842.tar.gz NotEnoughUpdates-REPO-bbf75d0b43c0b62a5bc094e135e03eded4104842.tar.bz2 NotEnoughUpdates-REPO-bbf75d0b43c0b62a5bc094e135e03eded4104842.zip |
Some new garden items (#914)
Diffstat (limited to 'items/OVERGROWN_GRASS.json')
-rw-r--r-- | items/OVERGROWN_GRASS.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/OVERGROWN_GRASS.json b/items/OVERGROWN_GRASS.json new file mode 100644 index 00000000..13a3047a --- /dev/null +++ b/items/OVERGROWN_GRASS.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Overgrown Grass", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2a4d8564-6ba0-30e8-bd83-c08f4f48ee57\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3ODgyMjIzNjU2NiwKICAicHJvZmlsZUlkIiA6ICJhYzIzZmEzNzRhMmM0YjU2YmYzYzU2ZTVhODY3NjIzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJxdWVlbnNoYW5pd2EiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzhiZjMzYWVhY2Y4ZjU1OWQ4MjA3YTUzNDQ5YjI4YTc5ODZiNDFkZWQ0ODI2MzE2NDBkYmIxODkyYzY1NGNjNyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Mossy §7reforge\",4:\"§7when combined with armor§7.\",5:\"\",6:\"§9Mossy §7(§6Legendary§7):\",7:\"§7Speed: §a+7\",8:\"§7Farming Fortune: §a+25\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXIII§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Overgrown Grass\"},ExtraAttributes:{id:\"OVERGROWN_GRASS\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", + "", + "§7Applies the §9Mossy §7reforge", + "§7when combined with armor§7.", + "", + "§9Mossy §7(§6Legendary§7):", + "§7Speed: §a+7", + "§7Farming Fortune: §a+25", + "", + "§7Requires §aMining Skill Level", + "§aXXIII§7!", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "OVERGROWN_GRASS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |