mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-06-28 14:36:20 +02:00
fix puzzle seal formspec for mcl
This commit is contained in:
@ -191,4 +191,12 @@ elseif minetest.get_modpath("mcl_explosions") then
|
||||
df_dependencies.tnt_boom = function(pos, def)
|
||||
mcl_explosions.explode(pos, def.radius)
|
||||
end
|
||||
end
|
||||
|
||||
df_dependencies.mods_required.mcl_formspec = true
|
||||
df_dependencies.get_itemslot_bg = function(X,Y,W,H)
|
||||
return ""
|
||||
end
|
||||
if minetest.get_modpath("mcl_formspec") then
|
||||
df_dependencies.get_itemslot_bg = mcl_formspec.get_itemslot_bg
|
||||
end
|
Reference in New Issue
Block a user