Mesecons compatibility: Rotary Macerator

This commit is contained in:
2024-03-24 11:04:07 +01:00
parent e3e00e59a1
commit f561048339
5 changed files with 67 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ elseif industrialtest.mclAvailable then
industrialtest.mods.mclRubber=minetest.get_modpath("mcl_rubber")
end
industrialtest.mods.pipeworks=minetest.get_modpath("pipeworks")
industrialtest.mods.mesecons=minetest.get_modpath("mesecons")
if industrialtest.mtgAvailable and not industrialtest.mods._3dArmor then
error("IndustrialTest requires 3D Armor when used with Minetest Game")