angels basic compat

This commit is contained in:
Brevven 2021-05-01 00:33:59 -07:00
parent 1b9fcf7642
commit 4d9b02be22
7 changed files with 29 additions and 16 deletions

View file

@ -18,9 +18,8 @@ if (mods["bobrevamp"] and not mods["bobores"]) then
util.remove_raw("technology", "titanium-processing")
end
if (not mods["pyrawores"] and not mods["bobplates"] and not mods["angelssmelting"]) then
data:extend(
{
if (not mods["pyrawores"] and not mods["bobplates"]) then
data:extend({
{
type = "recipe",
name = util.titanium_plate,
@ -117,7 +116,6 @@ data:extend(
result_count = 10,
}
} or nil,
}
)
})
end