mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Update init.lua
This commit is contained in:
parent
347008fb6a
commit
0dc9091529
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ minetest.register_craft( {
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "", "default:glass", ""},
|
{ "", "default:glass", ""},
|
||||||
{ "moontest:lunarium_lump", "", "moontest:lunarium_lump"},
|
{ "moontest:lunarium_lump", "", "moontest:lunarium_lump"},
|
||||||
{ "default:steelblock", "moontest:lunarium_lump", "default:steelblock"},
|
{ "default:steelblock", "moontest:lunarium_ingot", "default:steelblock"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue