mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-19 04:35:08 -04:00
Add light sticks, bring back crafting.
Crystal Stick Stick
This commit is contained in:
parent
61cb23d95f
commit
484c8452b4
7 changed files with 780 additions and 0 deletions
|
@ -18,6 +18,15 @@ minetest.register_craft({
|
|||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moontest:light_stick",
|
||||
recipe = {
|
||||
{"moontest:light_crystal"},
|
||||
{"default:stick"},
|
||||
{"default:stick"},
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moontest:airgen",
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue