diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-14 11:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 11:40:07 +0200 |
commit | fc877134eacdd1a75be57f90577ba0628638bbe3 (patch) | |
tree | f7de6ca9cadb5979da2039c6a42135c44806defb /items/BALLOON_SNAKE.json | |
parent | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (diff) | |
download | NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.gz NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.bz2 NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.zip |
Added new alpha stuff (#978)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/BALLOON_SNAKE.json')
-rw-r--r-- | items/BALLOON_SNAKE.json | 23 |
1 files changed, 23 insertions, 0 deletions
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 |