diff options
Diffstat (limited to 'items/STAINED_CLAY-10.json')
-rw-r--r-- | items/STAINED_CLAY-10.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/STAINED_CLAY-10.json b/items/STAINED_CLAY-10.json new file mode 100644 index 00000000..44f94338 --- /dev/null +++ b/items/STAINED_CLAY-10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fPurple Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 10, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-10", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-5:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file |