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