diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-17 09:40:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 09:40:14 +0200 |
commit | b0f0ef4096733c151b5309ca7ed21a783923d5a0 (patch) | |
tree | 29ccf62b281beca1d291b7bc84e9b9a4d70a3a12 /items/SNOW_BLOCK.json | |
parent | dfc9b2cec6646fa8651063616d27dd6cfe7daac9 (diff) | |
download | NotEnoughUpdates-REPO-b0f0ef4096733c151b5309ca7ed21a783923d5a0.tar.gz NotEnoughUpdates-REPO-b0f0ef4096733c151b5309ca7ed21a783923d5a0.tar.bz2 NotEnoughUpdates-REPO-b0f0ef4096733c151b5309ca7ed21a783923d5a0.zip |
Fixed snow block (#800)
* Fixed snow block
* Fixed more items
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 |