mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-06 02:20:24 +01:00
11 lines
185 B
Lua
11 lines
185 B
Lua
|
minetest.register_craft({
|
||
|
type = "fuel",
|
||
|
recipe = "multitest:rubber",
|
||
|
burntime = 5,
|
||
|
})
|
||
|
|
||
|
minetest.register_craft({
|
||
|
type = "fuel",
|
||
|
recipe = "multitest:rubberblock",
|
||
|
burntime = 3,
|
||
|
})
|