diff options
Diffstat (limited to 'items/SNOW_BLOCK.json')
-rw-r--r-- | items/SNOW_BLOCK.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/SNOW_BLOCK.json b/items/SNOW_BLOCK.json index f32b3549..32551daa 100644 --- a/items/SNOW_BLOCK.json +++ b/items/SNOW_BLOCK.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:snow", - "displayname": "§fSnow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSnow\"},ExtraAttributes:{id:\"SNOW_BLOCK\"}}", + "displayname": "§fSnow Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSnow Block\"},ExtraAttributes:{id:\"SNOW_BLOCK\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "SNOW_BLOCK", - "modver": "1.3-REL", + "modver": "2.1.0-REL", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -20,5 +20,7 @@ "C1": "", "C2": "", "C3": "" - } -} + }, + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |