diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-05 01:34:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 01:34:04 +1000 |
commit | a6d765c01b809e775c0dc1bc6c10ac8576086709 (patch) | |
tree | deabeb4ea94e96a96340bb5a18b3d9aa609f22c0 /items/ENCHANTED_BONE_BLOCK.json | |
parent | 3dec40f80c9fea46a7bf4e1d189f2337d339e658 (diff) | |
parent | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (diff) | |
download | NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.gz NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.bz2 NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.zip |
Merge pull request #258 from IRONM00N/master
Most Dungeon Floor 4 Items
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 |