diff options
Diffstat (limited to 'items/COOKED_RABBIT.json')
-rw-r--r-- | items/COOKED_RABBIT.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/items/COOKED_RABBIT.json b/items/COOKED_RABBIT.json new file mode 100644 index 00000000..a4fd14c7 --- /dev/null +++ b/items/COOKED_RABBIT.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:cooked_rabbit", + "displayname": "§fCooked Rabbit", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCooked Rabbit\"},ExtraAttributes:{id:\"COOKED_RABBIT\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COOKED_RABBIT", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file |