diff options
Diffstat (limited to 'items/ENCHANTED_BONE_BLOCK.json')
-rw-r--r-- | items/ENCHANTED_BONE_BLOCK.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/ENCHANTED_BONE_BLOCK.json b/items/ENCHANTED_BONE_BLOCK.json new file mode 100644 index 00000000..f9e2da90 --- /dev/null +++ b/items/ENCHANTED_BONE_BLOCK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:quartz_block", + "displayname": "§9Enchanted Bone Block", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Enchanted Bone Block\"},ExtraAttributes:{id:\"ENCHANTED_BONE_BLOCK\"}}", + "damage": 1, + "lore": [ + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_BONE:32", + "A3": "", + "B1": "ENCHANTED_BONE:32", + "B2": "ENCHANTED_BONE:32", + "B3": "ENCHANTED_BONE:32", + "C1": "", + "C2": "ENCHANTED_BONE:32", + "C3": "" + }, + "internalname": "ENCHANTED_BONE_BLOCK", + "crafttext": "Requires: Bone X", + "clickcommand": "viewrecipe", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Bone_Block" + ] +}
\ No newline at end of file |