diff --git a/data/vegcraft/recipes/black_dye.json b/data/vegcraft/recipes/black_dye.json new file mode 100644 index 0000000..79eb81c --- /dev/null +++ b/data/vegcraft/recipes/black_dye.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:charcoal" + }, + "result": "minecraft:black_dye", + "count": 2 +} \ No newline at end of file