diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-06-26 00:06:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 22:06:34 +0000 |
commit | 297a5cd6c900c8bc4be4785c2f76a1d59901dcf5 (patch) | |
tree | aeeeac3b55256660fbb710291922836bd8491c73 /items | |
parent | 2a2302bf9545f0051bd1bfd722f7a03be6c8b5e6 (diff) | |
download | NotEnoughUpdates-REPO-297a5cd6c900c8bc4be4785c2f76a1d59901dcf5.tar.gz NotEnoughUpdates-REPO-297a5cd6c900c8bc4be4785c2f76a1d59901dcf5.tar.bz2 NotEnoughUpdates-REPO-297a5cd6c900c8bc4be4785c2f76a1d59901dcf5.zip |
Add even more summer items (#1264)
Diffstat (limited to 'items')
-rw-r--r-- | items/JUNGLE_CABIN.json | 20 | ||||
-rw-r--r-- | items/JUNGLE_DRESSER.json | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/items/JUNGLE_CABIN.json b/items/JUNGLE_CABIN.json new file mode 100644 index 00000000..f35c9f02 --- /dev/null +++ b/items/JUNGLE_CABIN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Jungle Cabin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f94f9841-c5da-34f4-bb1c-92224f467c57\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzE4Njk5YmFlOWYxZTAyYTdhNjUxODNiZDAwNzk0ODllNGU2MTVkYWRkY2UzYzkyNjQ5Y2RlZDMxMmIyMjZkYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Summer Cosmetic\",2:\"\",3:\"§7This exclusive §aSummer §7cosmetic can\",4:\"§7be placed on your island or traded.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Jungle Cabin\"},ExtraAttributes:{id:\"JUNGLE_CABIN\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Summer Cosmetic", + "", + "§7This exclusive §aSummer §7cosmetic can", + "§7be placed on your island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "JUNGLE_CABIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.3.0", + "infoType": "" +}
\ No newline at end of file diff --git a/items/JUNGLE_DRESSER.json b/items/JUNGLE_DRESSER.json new file mode 100644 index 00000000..ce06e6f3 --- /dev/null +++ b/items/JUNGLE_DRESSER.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Jungle Dresser", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"53ce9ead-1c90-3443-bd8a-8fde356f75c2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODVlMWQzMDhkYzNkNzI1M2YzMmUzMDBlZGE0ZDAwMDNmZTY0YTU2YmYzYTU0NjZmZDIwMTFiMzVmNDAzZGEzYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Summer Cosmetic\",2:\"\",3:\"§7This exclusive §aSummer §7cosmetic can\",4:\"§7be placed on your island or traded.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Jungle Dresser\"},ExtraAttributes:{id:\"JUNGLE_DRESSER\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Summer Cosmetic", + "", + "§7This exclusive §aSummer §7cosmetic can", + "§7be placed on your island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "JUNGLE_DRESSER", + "crafttext": "", + "clickcommand": "", + "modver": "2.3.0", + "infoType": "" +}
\ No newline at end of file |