aboutsummaryrefslogtreecommitdiff
path: root/items/BREAD.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/BREAD.json')
-rw-r--r--items/BREAD.json24
1 files changed, 18 insertions, 6 deletions
diff --git a/items/BREAD.json b/items/BREAD.json
index 80c76b7f..7a62322c 100644
--- a/items/BREAD.json
+++ b/items/BREAD.json
@@ -1,12 +1,24 @@
{
- "internalname": "BREAD",
- "itemid": 297,
+ "itemid": "minecraft:bread",
"displayname": "§fBread",
- "clickcommand": "",
- "damage": 0,
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBread\"},ExtraAttributes:{id:\"BREAD\"}}",
- "modver": "1.0.0",
+ "damage": 0,
"lore": [
"§f§lCOMMON"
- ]
+ ],
+ "internalname": "BREAD",
+ "modver": "1.3-REL",
+ "vanilla": true,
+ "clickcommand": "viewrecipe",
+ "recipe": {
+ "A1": "WHEAT:1",
+ "A2": "WHEAT:1",
+ "A3": "WHEAT:1",
+ "B1": "",
+ "B2": "",
+ "B3": "",
+ "C1": "",
+ "C2": "",
+ "C3": ""
+ }
} \ No newline at end of file