mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-14 05:40:20 +02:00
initial commit
subgame + mods
This commit is contained in:
10
mods/_misc/craft_obsidian.lua
Executable file
10
mods/_misc/craft_obsidian.lua
Executable file
@ -0,0 +1,10 @@
|
||||
-- Craft obsidian
|
||||
minetest.register_craft({
|
||||
output = "default:obsidian",
|
||||
recipe = {
|
||||
{"bucket:bucket_lava"},
|
||||
},
|
||||
replacements = {
|
||||
{"bucket:bucket_lava", "bucket:bucket_empty"}
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user