diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 20:43:18 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 20:43:18 -0400 |
commit | 32b05164af402c1566ab956ba9d58ae430d058cc (patch) | |
tree | 054bf66a11f831212b4db5986d26d1a6a0f7e27d /items/ENCHANTED_BONE_BLOCK.json | |
parent | 3be2ec72752436686653bd5403794118f6a37738 (diff) | |
download | NotEnoughUpdates-REPO-32b05164af402c1566ab956ba9d58ae430d058cc.tar.gz NotEnoughUpdates-REPO-32b05164af402c1566ab956ba9d58ae430d058cc.tar.bz2 NotEnoughUpdates-REPO-32b05164af402c1566ab956ba9d58ae430d058cc.zip |
Some more Enhancements
Diffstat (limited to 'items/ENCHANTED_BONE_BLOCK.json')
-rw-r--r-- | items/ENCHANTED_BONE_BLOCK.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/items/ENCHANTED_BONE_BLOCK.json b/items/ENCHANTED_BONE_BLOCK.json index 59b1c5a6..f9e2da90 100644 --- a/items/ENCHANTED_BONE_BLOCK.json +++ b/items/ENCHANTED_BONE_BLOCK.json @@ -6,6 +6,17 @@ "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", |