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/ENCHANTED_ENDSTONE.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/ENCHANTED_ENDSTONE.json')
-rw-r--r-- | items/ENCHANTED_ENDSTONE.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/ENCHANTED_ENDSTONE.json b/items/ENCHANTED_ENDSTONE.json index 8ede3066..4300a8c2 100644 --- a/items/ENCHANTED_ENDSTONE.json +++ b/items/ENCHANTED_ENDSTONE.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:end_stone", - "displayname": "§fEnchanted End Stone", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnchanted End Stone\"},ExtraAttributes:{id:\"ENCHANTED_ENDSTONE\"}}", + "displayname": "§aEnchanted End Stone", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted End Stone\"},ExtraAttributes:{id:\"ENCHANTED_ENDSTONE\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§a§lUNCOMMON" ], "recipe": { "A1": "", @@ -19,10 +19,10 @@ }, "internalname": "ENCHANTED_ENDSTONE", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_End_Stone" ], "crafttext": "Requires: End Stone IV" -} +}
\ No newline at end of file |