naive pymods compatibility

This commit is contained in:
Brevven 2020-12-29 15:09:29 -08:00
parent 7128b93c8f
commit ffb93b47e5
8 changed files with 56 additions and 14 deletions

View file

@ -14,6 +14,7 @@ if mods["modmashsplinterresources"] then
util.remove_raw("recipe", "titanium-extraction-process")
end
if not mods["pyrawores"] then
data:extend(
{
{
@ -88,3 +89,5 @@ data:extend(
},
}
)
end