mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-22 17:45:28 +01:00
initial commit
subgame + mods
This commit is contained in:
11
mods/multitest/fuel.lua
Executable file
11
mods/multitest/fuel.lua
Executable file
@@ -0,0 +1,11 @@
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "multitest:rubber",
|
||||
burntime = 5,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "multitest:rubberblock",
|
||||
burntime = 3,
|
||||
})
|
||||
Reference in New Issue
Block a user