forked from minetest-mods/MoreMesecons
Fix a craft error
This commit is contained in:
parent
d256885757
commit
77efe403ff
@ -84,7 +84,7 @@ minetest.register_node("moremesecons_adjustable_player_detector:player_detector_
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'moremesecons_player_detector:player_detector_off',
|
output = 'moremesecons_adjustable_player_detector:player_detector_off',
|
||||||
recipe = {
|
recipe = {
|
||||||
{"mesecons_detector:object_detector_off"},
|
{"mesecons_detector:object_detector_off"},
|
||||||
{"default:mese_crystal_fragment"}
|
{"default:mese_crystal_fragment"}
|
||||||
|
Loading…
Reference in New Issue
Block a user