Update all fuel recipes
This commit is contained in:
parent
a8fc75bc78
commit
4bed5f7c10
14 changed files with 173 additions and 10 deletions
|
@ -122,3 +122,9 @@ mesecon:register_pressure_plate(
|
|||
"default_stone.png",
|
||||
"default_stone.png",
|
||||
{{"default:stone", "default:stone"}})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mesecons_pressureplates:pressure_plate_wood_off",
|
||||
burntime = 15
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue