1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-07-02 00:20:23 +02:00
server-nalc/mods/multitest/fuel.lua
2014-12-11 18:53:00 +01:00

11 lines
185 B
Lua
Executable File

minetest.register_craft({
type = "fuel",
recipe = "multitest:rubber",
burntime = 5,
})
minetest.register_craft({
type = "fuel",
recipe = "multitest:rubberblock",
burntime = 3,
})