mirror of
https://github.com/Sokomine/locks.git
synced 2025-07-17 13:20:23 +02:00
Change recipes when basic_materials mod is detected
This commit is contained in:
@ -428,7 +428,7 @@ minetest.register_abm({
|
||||
minetest.register_craft({
|
||||
output = 'locks:shared_locked_furnace',
|
||||
recipe = {
|
||||
{ 'default:furnace', 'locks:lock', '' },
|
||||
{ 'locks:lock', 'default:furnace', minetest.get_modpath("basic_materials") and 'basic_materials:ic' or ''},
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user