1
0
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:
2020-10-15 10:17:04 +02:00
parent 4d3a7e51df
commit f0e4b2012e
7 changed files with 31 additions and 23 deletions

View File

@ -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 ''},
},
})