1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-08 22:00:26 +02:00
server-nalc/mods/multitest/fuel.lua
Ombridride 5817264a58 Many updates...
- 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)
2015-03-14 23:18:06 +01:00

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,
})