mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 06:51:56 +01:00
added apparently missing stonecutter recipe for create:polished_dark_scoria
This commit is contained in:
parent
7374866293
commit
369c2d7d9d
1 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue