From fc877134eacdd1a75be57f90577ba0628638bbe3 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:40:07 +0200 Subject: Added new alpha stuff (#978) Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/BALLOON_SNAKE.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/BALLOON_SNAKE.json (limited to 'items/BALLOON_SNAKE.json') diff --git a/items/BALLOON_SNAKE.json b/items/BALLOON_SNAKE.json new file mode 100644 index 00000000..eeab4a02 --- /dev/null +++ b/items/BALLOON_SNAKE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Balloon Snake", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dc7f5ca2-daa7-319e-97db-ca77cface41a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MjI5ODI0MDc0MSwKICAicHJvZmlsZUlkIiA6ICI2ZDgwYjVkMjQyMGY0MWZkOTQxMjM4YzA3YzVlYzAxNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJQb05pWW8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTUzMDg4ZGUzZWRmZDFiMTA5OGQ4ZDhmNTZmNTAwNGE4OTMwNTUxZTA2M2M3Nzg5MWZhMDA3MDNjZjAzMWI5OSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Intelligence: §a+10\",2:\"\",3:\"§7Grants §bJump Boost II §7while\",4:\"§7equipped.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §aThe Catacombs Floor\",8:\"§aI Completion§c.\",9:\"§9§lRARE DUNGEON NECKLACE\"],Name:\"§9Balloon Snake\"},ExtraAttributes:{id:\"BALLOON_SNAKE\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+10", + "§7Intelligence: §a+10", + "", + "§7Grants §bJump Boost II §7while", + "§7equipped.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aI Completion§c.", + "§9§lRARE DUNGEON NECKLACE" + ], + "internalname": "BALLOON_SNAKE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit