diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-27 19:22:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 17:22:18 +0000 |
commit | 415ca351d358de9bcc7014303841ccc467bd1fe3 (patch) | |
tree | c4ff111d58fb52d297b900cc41f0e8e39febaba9 /items/BOO_STONE.json | |
parent | 37802259111f4d21b0e8a36cb9da509d0a01b55b (diff) | |
download | NotEnoughUpdates-REPO-415ca351d358de9bcc7014303841ccc467bd1fe3.tar.gz NotEnoughUpdates-REPO-415ca351d358de9bcc7014303841ccc467bd1fe3.tar.bz2 NotEnoughUpdates-REPO-415ca351d358de9bcc7014303841ccc467bd1fe3.zip |
Added new Boo Stone items (#1020)
Diffstat (limited to 'items/BOO_STONE.json')
-rw-r--r-- | items/BOO_STONE.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/BOO_STONE.json b/items/BOO_STONE.json new file mode 100644 index 00000000..ceec8aed --- /dev/null +++ b/items/BOO_STONE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Boo Stone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"baf546d7-95b0-3072-a6c8-23e66c1ab43e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NzkyNzk3MDg1NiwKICAicHJvZmlsZUlkIiA6ICJjN2FmMWNkNjNiNTE0Y2YzOGY4NWQ2ZDUxNzhjYThlNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJtb25zdGVyZ2FtZXIzMTUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjA0YWQyNTI0Yjk2MWQyMDc5NDU3NWM2N2RhOTI4NjUwYTlhZGUxYTBlNjBlN2ZkZTBmYjMwZTU3NzYxMmQ4NCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Greater Spook\",4:\"§9§7reforge when combined with\",5:\"§7§5Great Spook §7armor and\",6:\"§7equipment§7.\",7:\"\",8:\"§9Greater Spook §7(§6Legendary§7):\",9:\"§9Greater Spook Bonus\",10:\"§7Grants §a+1 §5Fear§7.\",11:\"\",12:\"§8§l* §8Soulbound §8§l*\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Boo Stone\"},ExtraAttributes:{year:2023,id:\"BOO_STONE\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", + "", + "§7Applies the §9Greater Spook", + "§9§7reforge when combined with", + "§7§5Great Spook §7armor and", + "§7equipment§7.", + "", + "§9Greater Spook §7(§6Legendary§7):", + "§9Greater Spook Bonus", + "§7Grants §a+1 §5Fear§7.", + "", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE REFORGE STONE" + ], + "internalname": "BOO_STONE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |