change coal powder recipe to 2x coal lump so it wont conflict with black dye recipe
This commit is contained in:
parent
d336696712
commit
4de82cf3e4
4
init.lua
4
init.lua
@ -83,8 +83,8 @@ minetest.register_craft({
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "real_torch:coal_powder 4",
|
||||
recipe = {"default:coal_lump"},
|
||||
output = "real_torch:coal_powder 8",
|
||||
recipe = {"default:coal_lump", "default:coal_lump"},
|
||||
})
|
||||
|
||||
-- coal powder can make black dye
|
||||
|
Loading…
x
Reference in New Issue
Block a user