aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/coal.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/coal.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/coal.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/coal.json b/minecrafttrivia/mcdata/recipes/coal.json
new file mode 100644
index 0000000..dd45125
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/coal.json
@@ -0,0 +1,12 @@
+{
+ "type": "minecraft:crafting_shapeless",
+ "ingredients": [
+ {
+ "item": "minecraft:coal_block"
+ }
+ ],
+ "result": {
+ "item": "minecraft:coal",
+ "count": 9
+ }
+} \ No newline at end of file