aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/black_wool.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/black_wool.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/black_wool.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/black_wool.json b/minecrafttrivia/mcdata/recipes/black_wool.json
new file mode 100644
index 0000000..748f907
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/black_wool.json
@@ -0,0 +1,15 @@
+{
+ "type": "minecraft:crafting_shapeless",
+ "group": "wool",
+ "ingredients": [
+ {
+ "item": "minecraft:black_dye"
+ },
+ {
+ "item": "minecraft:white_wool"
+ }
+ ],
+ "result": {
+ "item": "minecraft:black_wool"
+ }
+} \ No newline at end of file