diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-01 01:39:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 00:39:16 +0000 |
commit | 6501ac03dffef36fe9b85c8f9379f35f952cba36 (patch) | |
tree | 6d6cb246c86aaaed3483c8351ae1a2f4ebdb5943 /items/BEAR_BOOKSHELF.json | |
parent | af0ba996fd27e466e978f4a699fd29771cc3d36f (diff) | |
download | NotEnoughUpdates-REPO-6501ac03dffef36fe9b85c8f9379f35f952cba36.tar.gz NotEnoughUpdates-REPO-6501ac03dffef36fe9b85c8f9379f35f952cba36.tar.bz2 NotEnoughUpdates-REPO-6501ac03dffef36fe9b85c8f9379f35f952cba36.zip |
Added new Bear Furniture and added new ench to maxed book (#1056)
Diffstat (limited to 'items/BEAR_BOOKSHELF.json')
-rw-r--r-- | items/BEAR_BOOKSHELF.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/BEAR_BOOKSHELF.json b/items/BEAR_BOOKSHELF.json new file mode 100644 index 00000000..9696ece4 --- /dev/null +++ b/items/BEAR_BOOKSHELF.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Bear Bookshelf", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"659b7b3b-4b4f-34b5-a0b1-292b141bd8cc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTEwMGUxNzdlMjYyNGJhOTQ5NTg4ZWZmODEzODkzMzJlZWMxZDM5MDg1YWExMWMwNWIzZjQxYzcwMjQxNmU4OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Holiday Cosmetic\",2:\"\",3:\"§7This exclusive §cHoliday\",4:\"§c§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§f§f§5Bear Bookshelf\"},ExtraAttributes:{id:\"BEAR_BOOKSHELF\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Holiday Cosmetic", + "", + "§7This exclusive §cHoliday", + "§c§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "BEAR_BOOKSHELF", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |