From 7ba0595d9456c0f87979ad19504eb10ba65a0a35 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 25 Feb 2021 17:46:26 -0500 Subject: [Visible Confusion] --- items/WATER.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 items/WATER.json (limited to 'items/WATER.json') 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 -- cgit