diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-10 03:40:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 11:40:40 +1000 |
commit | 54fedb67b2a234a91f6ff63068751fc80c15c60a (patch) | |
tree | c6c347b089cdbb0687135a636607a93869ed72b8 /items/EMPTY_CHUM_BUCKET.json | |
parent | 06200f5b7004f57e1b703d0ad2047d4536b41770 (diff) | |
download | NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.gz NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.bz2 NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.zip |
water, dirt, fire, air (#813)
Diffstat (limited to 'items/EMPTY_CHUM_BUCKET.json')
-rw-r--r-- | items/EMPTY_CHUM_BUCKET.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/EMPTY_CHUM_BUCKET.json b/items/EMPTY_CHUM_BUCKET.json new file mode 100644 index 00000000..a9c04304 --- /dev/null +++ b/items/EMPTY_CHUM_BUCKET.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§fEmpty Chum Bucket", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d906aee-a917-363b-8fa3-affce87cefe0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MTgwMDE0NDc4NiwKICAicHJvZmlsZUlkIiA6ICJkYmQ4MDQ2M2EwMzY0Y2FjYjI3OGNhODBhMDBkZGIxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4bG9nMjEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTFiZmQ1MzZmYjJkMDFmYzg3ZGVlOWQ0ZjhhNzI0OGFiMWE1OTM4NzcxOTQwMDUxMzE1M2RiZmQwNjk2NWIyMiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Place it down next to water.\",1:\"\",2:\"§7Sea Creatures slain nearby will\",3:\"§7drop §a+1 Chum§7.\",4:\"§8Up to +4 total from buckets!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§f§f§fEmpty Chum Bucket\"},ExtraAttributes:{id:\"EMPTY_CHUM_BUCKET\"}}", + "damage": 3, + "lore": [ + "§7Place it down next to water.", + "", + "§7Sea Creatures slain nearby will", + "§7drop §a+1 Chum§7.", + "§8Up to +4 total from buckets!", + "", + "§f§lCOMMON" + ], + "internalname": "EMPTY_CHUM_BUCKET", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |