diff options
Diffstat (limited to 'items/BED.json')
-rw-r--r-- | items/BED.json | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/items/BED.json b/items/BED.json index db56a4b3..882d1cae 100644 --- a/items/BED.json +++ b/items/BED.json @@ -1,12 +1,24 @@ { - "internalname": "BED", - "itemid": 355, + "itemid": "minecraft:bed", "displayname": "§fBed", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBed\"},ExtraAttributes:{id:\"BED\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BED", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL:1", + "A2": "WOOL:1", + "A3": "WOOL:1", + "B1": "WOOD:1", + "B2": "WOOD:1", + "B3": "WOOD:1", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file |