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