mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 13:56:02 +02:00
Merge branch 'master' into nextgen
Conflicts: mesecons/internal.lua mesecons/wires.lua mesecons_pistons/init.lua
This commit is contained in:
@ -134,6 +134,7 @@ function mesecon:receptor_get_rules(node)
|
||||
return rules
|
||||
end
|
||||
end
|
||||
|
||||
return mesecon.rules.default
|
||||
end
|
||||
|
||||
|
@ -243,3 +243,9 @@ minetest.register_craft({
|
||||
{'"default:mese"'},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = '"mesecons:wire_00000000_off" 16',
|
||||
recipe = "default:mese_crystal",
|
||||
})
|
||||
|
Reference in New Issue
Block a user