diff options
Diffstat (limited to 'items/ENCHANTED_ENDSTONE.json')
-rw-r--r-- | items/ENCHANTED_ENDSTONE.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/ENCHANTED_ENDSTONE.json b/items/ENCHANTED_ENDSTONE.json new file mode 100644 index 00000000..5ad19f03 --- /dev/null +++ b/items/ENCHANTED_ENDSTONE.json @@ -0,0 +1,12 @@ +{ + "internalname": "ENCHANTED_ENDSTONE", + "itemid": "minecraft:end_stone", + "displayname": "Enchanted End Stone", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnchanted End Stone\"},ExtraAttributes:{id:\"ENCHANTED_ENDSTONE\"}}", + "modver": "1.0.0", + "lore": [ + "§f§lCOMMON" + ] +}
\ No newline at end of file |