aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/white_wool_from_string.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/white_wool_from_string.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/white_wool_from_string.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/white_wool_from_string.json b/minecrafttrivia/mcdata/recipes/white_wool_from_string.json
new file mode 100644
index 0000000..8736bcd
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/white_wool_from_string.json
@@ -0,0 +1,15 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "##",
+ "##"
+ ],
+ "key": {
+ "#": {
+ "item": "minecraft:string"
+ }
+ },
+ "result": {
+ "item": "minecraft:white_wool"
+ }
+} \ No newline at end of file