diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-05-26 12:35:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 20:35:45 +1000 |
commit | 352b9aeb847ad12a3b4bf504e2a5d202421fba86 (patch) | |
tree | 4a30a932839e8277fddcc0e4bb784a5c319c7aee | |
parent | 0941be637e3b0c410ad4a5d12d23ca15f72c2cb7 (diff) | |
download | NotEnoughUpdates-REPO-352b9aeb847ad12a3b4bf504e2a5d202421fba86.tar.gz NotEnoughUpdates-REPO-352b9aeb847ad12a3b4bf504e2a5d202421fba86.tar.bz2 NotEnoughUpdates-REPO-352b9aeb847ad12a3b4bf504e2a5d202421fba86.zip |
Fixed name of wool (#929)
-rw-r--r-- | items/WOOL.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/WOOL.json b/items/WOOL.json index 2b5b65fc..205032dc 100644 --- a/items/WOOL.json +++ b/items/WOOL.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:wool", - "displayname": "§fWool", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWool\"},ExtraAttributes:{id:\"WOOL\"}}", + "displayname": "§fWhite Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWhite Wool\"},ExtraAttributes:{id:\"WOOL\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "WOOL", - "modver": "1.3-REL", + "modver": "2.1.1-PRE", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -20,5 +20,7 @@ "C1": "", "C2": "", "C3": "" - } -} + }, + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |