mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-15 02:36:48 -04:00
Added light ore!
This commit is contained in:
parent
a5f29b214b
commit
7b3b79335d
9 changed files with 58 additions and 4 deletions
|
@ -9,6 +9,15 @@ minetest.register_craft({
|
|||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moontest:light",
|
||||
recipe = {
|
||||
{"moontest:light_crystal", "moontest:stone", "moontest:light_crystal"},
|
||||
{"moontest:light_crystal", "default:mese_crystal", "moontest:light_crystal"},
|
||||
{"moontest:light_crystal", "moontest:stone", "moontest:light_crystal"},
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moontest:airgen",
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue