aboutsummaryrefslogtreecommitdiff
path: root/items/ANVIL.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/ANVIL.json')
-rw-r--r--items/ANVIL.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/items/ANVIL.json b/items/ANVIL.json
new file mode 100644
index 00000000..eeca31d1
--- /dev/null
+++ b/items/ANVIL.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:anvil",
+ "displayname": "§fAnvil",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAnvil\"},ExtraAttributes:{id:\"ANVIL\"}}",
+ "damage": 0,
+ "lore": [
+ "§f§lCOMMON"
+ ],
+ "internalname": "ANVIL",
+ "modver": "1.3-REL",
+ "vanilla": true,
+ "clickcommand": "viewrecipe",
+ "recipe": {
+ "A1": "IRON_BLOCK:1",
+ "A2": "IRON_BLOCK:1",
+ "A3": "IRON_BLOCK:1",
+ "B1": "",
+ "B2": "IRON_INGOT:1",
+ "B3": "",
+ "C1": "IRON_INGOT:1",
+ "C2": "IRON_INGOT:1",
+ "C3": "IRON_INGOT:1"
+ }
+} \ No newline at end of file