diff options
Diffstat (limited to 'items/ENCHANTED_GLOWSTONE_DUST.json')
-rw-r--r-- | items/ENCHANTED_GLOWSTONE_DUST.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/items/ENCHANTED_GLOWSTONE_DUST.json b/items/ENCHANTED_GLOWSTONE_DUST.json new file mode 100644 index 00000000..a8c2c0c3 --- /dev/null +++ b/items/ENCHANTED_GLOWSTONE_DUST.json @@ -0,0 +1,13 @@ +{ + "internalname": "ENCHANTED_GLOWSTONE_DUST", + "itemid": "minecraft:glowstone_dust", + "displayname": "Enchanted Glowstone Dust", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Glowstone Dust\"},ExtraAttributes:{id:\"ENCHANTED_GLOWSTONE_DUST\"}}", + "modver": "1.0.0", + "lore": [ + "§8Brewing Ingredient", + "§a§lUNCOMMON" + ] +}
\ No newline at end of file |