Update init.lua
This commit is contained in:
parent
fcc93661cf
commit
09d5d68ac3
|
@ -169,14 +169,6 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "fire:lighter",
|
||||
recipe = {
|
||||
{"tnt:gunpowder", "default:durasteel_ingot"},
|
||||
{"default:durasteel_ingot", "default:durasteel_ingot"},
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
-- Override coalblock to enable permanent flame above
|
||||
-- Coalblock is non-flammable to avoid unwanted basic_flame nodes
|
||||
|
|
Loading…
Reference in New Issue