change dough.json to forge:ore_shaped
AMartinie opened this issue ยท 0 comments
I've coded a thousand of these, but in test world I can't craft dough after the recipe change.
{
"type": "forge:ore_shaped",
"pattern": [
"WW",
"WW",
" B"
],
"key": {
"W": {
"type": "forge:ore_dict",
"ore": "cropWheat"
},
"B": {
"type": "forge:ore_dict",
"ore": "listAllWater"
}
},
"result": {
"item": "xlfoodmod:dough", "count": 8
}
}