diff options
Diffstat (limited to 'items/WATER.json')
-rw-r--r-- | items/WATER.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/items/WATER.json b/items/WATER.json new file mode 100644 index 00000000..0936c3ef --- /dev/null +++ b/items/WATER.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:water_bucket", + "displayname": "§f§f§fWater (No Spread)", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§f§f§fWater (No Spread)\"},ExtraAttributes:{id:\"WATER\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WATER", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |