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/BURROWING_SPORES.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/BURROWING_SPORES.json')
-rw-r--r-- | items/BURROWING_SPORES.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/BURROWING_SPORES.json b/items/BURROWING_SPORES.json new file mode 100644 index 00000000..946bf540 --- /dev/null +++ b/items/BURROWING_SPORES.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Burrowing Spores", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"69e5c6f0-e549-372c-a6ab-74d1b01308b8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3ODgyMjIyMzAxNywKICAicHJvZmlsZUlkIiA6ICJhZjQwMzQxMTk1YTg0ZDcwODFkNWNmNDE3MDM5ODJmNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBdHJ4dSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82MmNmZjg3YzFhYmU2OTJjZGIyMDUyNmE1ODYzYjZjYjc1YWNmMzZjYWYwNTNhMjJjN2YxZmM2YzM2OTZhZGFjIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Rooted §7reforge\",4:\"§7when combined with equipment§7.\",5:\"\",6:\"§9Rooted §7(§6Legendary§7):\",7:\"§7Health: §a+14\",8:\"§7Farming Fortune: §a+12\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXIV§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Burrowing Spores\"},ExtraAttributes:{id:\"BURROWING_SPORES\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", + "", + "§7Applies the §9Rooted §7reforge", + "§7when combined with equipment§7.", + "", + "§9Rooted §7(§6Legendary§7):", + "§7Health: §a+14", + "§7Farming Fortune: §a+12", + "", + "§7Requires §aMining Skill Level", + "§aXXIV§7!", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "BURROWING_SPORES", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |