forked from mrkubax10/industrialtest
Begin implementing compatibility with Pipeworks mod
This commit is contained in:
@@ -39,8 +39,9 @@ if industrialtest.mtgAvailable then
|
||||
elseif industrialtest.mclAvailable then
|
||||
industrialtest.mods.mclRubber=minetest.get_modpath("mcl_rubber")
|
||||
end
|
||||
industrialtest.mods.pipeworks=minetest.get_modpath("pipeworks")
|
||||
|
||||
if industrialtest.mtgAvailable and not industrialtest then
|
||||
if industrialtest.mtgAvailable and not industrialtest.mods._3dArmor then
|
||||
error("IndustrialTest requires 3D Armor when used with Minetest Game")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user