diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-20 06:26:11 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-20 06:26:11 +1000 |
commit | d673233ca2315e92ec703a9d39ac3c436fa9fad1 (patch) | |
tree | 1cd56a32dc76b2c7173b2232049abc426793599e /items/ENCHANTED_BONE_BLOCK.json | |
parent | 885669e05fb9476f3c96fca471df19588430fc24 (diff) | |
parent | a6d765c01b809e775c0dc1bc6c10ac8576086709 (diff) | |
download | NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.tar.gz NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.tar.bz2 NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.zip |
Merge branch 'master' of https://github.com/Moulberry/NotEnoughUpdates-REPO
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 |