added lumien crafting
This commit is contained in:
parent
b7d8b4d3b0
commit
80bf1f6ecc
@ -66,6 +66,23 @@ minetest.register_node(
|
|||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft(
|
||||||
|
{
|
||||||
|
output = "lumien:crystal_off 9",
|
||||||
|
recipe = {"lumien:block"},
|
||||||
|
type = "shapeless",
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_craft(
|
||||||
|
{
|
||||||
|
output = "lumien:block",
|
||||||
|
recipe = {
|
||||||
|
{"lumien:crystal_off", "lumien:crystal_off", "lumien:crystal_off"},
|
||||||
|
{"lumien:crystal_off", "lumien:crystal_off", "lumien:crystal_off"},
|
||||||
|
{"lumien:crystal_off", "lumien:crystal_off", "lumien:crystal_off"}
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_ore(
|
minetest.register_ore(
|
||||||
{
|
{
|
||||||
ore_type = "scatter",
|
ore_type = "scatter",
|
||||||
|
Loading…
Reference in New Issue
Block a user