mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-03 17:10:27 +01:00
5817264a58
- Update « Multitest » to version 2 - Update world.mt (re-organise, add forceload and add trmp_minetest_game) - Remove playerplus (nether use, and cactus has been added to the loop of the sprint mod)
11 lines
195 B
Lua
Executable File
11 lines
195 B
Lua
Executable File
minetest.register_craft({
|
|
type = "fuel",
|
|
recipe = "multitest:rubber",
|
|
burntime = 5,
|
|
})
|
|
|
|
minetest.register_craft({
|
|
type = "fuel",
|
|
recipe = "multitest:rubberblock",
|
|
burntime = 3,
|
|
}) |