aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/shield.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/shield.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/shield.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/shield.json b/minecrafttrivia/mcdata/recipes/shield.json
new file mode 100644
index 0000000..35f0cee
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/shield.json
@@ -0,0 +1,19 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "WoW",
+ "WWW",
+ " W "
+ ],
+ "key": {
+ "W": {
+ "tag": "minecraft:planks"
+ },
+ "o": {
+ "item": "minecraft:iron_ingot"
+ }
+ },
+ "result": {
+ "item": "minecraft:shield"
+ }
+} \ No newline at end of file