mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-01-09 17:30:24 +01:00
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({
|
||||
output = 'moremesecons_player_detector:player_detector_off',
|
||||
output = 'moremesecons_adjustable_player_detector:player_detector_off',
|
||||
recipe = {
|
||||
{"mesecons_detector:object_detector_off"},
|
||||
{"default:mese_crystal_fragment"}
|
||||
|
Loading…
Reference in New Issue
Block a user