diff options
-rw-r--r-- | items/COCOA.json | 14 | ||||
-rw-r--r-- | items/LAVA.json | 14 | ||||
-rw-r--r-- | items/POTATO.json | 14 | ||||
-rw-r--r-- | items/STATIONARY_LAVA.json | 14 | ||||
-rw-r--r-- | items/STATIONARY_WATER.json | 14 | ||||
-rw-r--r-- | items/WATER.json | 14 |
6 files changed, 84 insertions, 0 deletions
diff --git a/items/COCOA.json b/items/COCOA.json new file mode 100644 index 00000000..6ea8581f --- /dev/null +++ b/items/COCOA.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:wheat_seeds", + "displayname": "§f§f§fCocoa Plant", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§f§f§fCocoa Plant\"},ExtraAttributes:{id:\"COCOA\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COCOA", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAVA.json b/items/LAVA.json new file mode 100644 index 00000000..72dbb0c5 --- /dev/null +++ b/items/LAVA.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:lava_bucket", + "displayname": "§f§f§fLava (No Spread)", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§f§f§fLava (No Spread)\"},ExtraAttributes:{id:\"LAVA\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LAVA", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/POTATO.json b/items/POTATO.json new file mode 100644 index 00000000..99887792 --- /dev/null +++ b/items/POTATO.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:potato", + "displayname": "§f§f§fPotatoes", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§f§f§fPotatoes\"},ExtraAttributes:{id:\"POTATO\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "POTATO", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/STATIONARY_LAVA.json b/items/STATIONARY_LAVA.json new file mode 100644 index 00000000..93353d47 --- /dev/null +++ b/items/STATIONARY_LAVA.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:lava_bucket", + "displayname": "§f§f§fLava", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§f§f§fLava\"},ExtraAttributes:{id:\"STATIONARY_LAVA\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STATIONARY_LAVA", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/STATIONARY_WATER.json b/items/STATIONARY_WATER.json new file mode 100644 index 00000000..a681c83b --- /dev/null +++ b/items/STATIONARY_WATER.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:water_bucket", + "displayname": "§f§f§fWater", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§f§f§fWater\"},ExtraAttributes:{id:\"STATIONARY_WATER\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STATIONARY_WATER", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file 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 |