1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-19 11:10:23 +02:00
server-nalc/mods/multitest/fuel.lua

11 lines
185 B
Lua
Raw Normal View History

2014-10-28 18:01:32 +01:00
minetest.register_craft({
type = "fuel",
recipe = "multitest:rubber",
burntime = 5,
})
minetest.register_craft({
type = "fuel",
recipe = "multitest:rubberblock",
burntime = 3,
})