forked from minetest-mods/mesecons
Add new crafting recipe for mesecons: Cook a mese crystal
This commit is contained in:
parent
f6ef7b005d
commit
973a9c650f
|
@ -292,6 +292,12 @@ minetest.register_craft({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "cooking",
|
||||||
|
output = '"mesecons:wire_00000000_off" 16',
|
||||||
|
recipe = "default:mese_crystal",
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_abm(
|
minetest.register_abm(
|
||||||
{nodenames = {"mesecons:mesecon_off", "mesecons:mesecon_on"},
|
{nodenames = {"mesecons:mesecon_off", "mesecons:mesecon_on"},
|
||||||
interval = 2,
|
interval = 2,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user