Merge pull request #292 from LordGrimmauld/master

- Added missing stonecutter recipe for polished_dark_scoria
This commit is contained in:
simibubi 2020-05-02 14:23:51 +02:00 committed by GitHub
commit 4ce1f24404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
]
}