diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json b/src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json new file mode 100644 index 000000000..36ac32453 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:polished_dark_scoria", + "count": 1, + "conditions": [ + { + "type": "create:module", + "module": "palettes" + } + ] +} \ No newline at end of file