From 6501ac03dffef36fe9b85c8f9379f35f952cba36 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:39:16 +0100 Subject: Added new Bear Furniture and added new ench to maxed book (#1056) --- items/BEAR_SIDE_TABLE.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/BEAR_SIDE_TABLE.json (limited to 'items/BEAR_SIDE_TABLE.json') diff --git a/items/BEAR_SIDE_TABLE.json b/items/BEAR_SIDE_TABLE.json new file mode 100644 index 00000000..03896fde --- /dev/null +++ b/items/BEAR_SIDE_TABLE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Bear Side Table", + "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:\"§5Bear Side Table\"},ExtraAttributes:{id:\"BEAR_SIDE_TABLE\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Holiday Cosmetic", + "", + "§7This exclusive §cHoliday", + "§c§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "BEAR_SIDE_TABLE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit