Fix bakedclay recipe conflict
This commit is contained in:
parent
26558ce1eb
commit
39b7ca719d
@ -43,10 +43,12 @@ else
|
|||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
-- Needs to be a techage recipe, not to overwrite the clay/bakedclay recipe
|
||||||
type = "cooking",
|
techage.furnace.register_recipe({
|
||||||
output = "techage:cement_block",
|
output = "techage:cement_block",
|
||||||
recipe = "default:clay",
|
recipe = {
|
||||||
|
"default:clay",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
techage.add_grinder_recipe({input="techage:cement_block", output="techage:cement_powder"})
|
techage.add_grinder_recipe({input="techage:cement_block", output="techage:cement_powder"})
|
||||||
techage.add_grinder_recipe({input="bakedclay:white", output="techage:cement_powder"})
|
techage.add_grinder_recipe({input="bakedclay:white", output="techage:cement_powder"})
|
||||||
|
Loading…
Reference in New Issue
Block a user