The undo recipes for cobble slabs and walls have a cobble stairs input instead
PancakeInvaders2 opened this issue ยท 0 comments
The undo recipes for cobble slabs and walls have a cobble stairs input instead, so cobble stairs have 3 undo recipes. This is the case for all non-mossy stones
example:
recipeID: tfc:crafting/rock/conglomerate_cobble_slab_undo
has the json
{
"__comment__": "This file was automatically created by mcresources",
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "tfc:rock/cobble/conglomerate_stairs"
}
],
"result": {
"item": "tfc:rock/loose/conglomerate",
"count": 2
}
}
and
recipeID: tfc:crafting/rock/conglomerate_cobble_wall_undo
has the json
{
"__comment__": "This file was automatically created by mcresources",
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "tfc:rock/cobble/conglomerate_stairs"
}
],
"result": {
"item": "tfc:rock/loose/conglomerate",
"count": 4
}
}