omnimatter compat

This commit is contained in:
Brevven 2021-03-18 19:24:26 -07:00
parent 0fd8833a2d
commit dfc2d6fefa
4 changed files with 13 additions and 1 deletions

6
omni.lua Normal file
View file

@ -0,0 +1,6 @@
if (not mods["pyrawores"] and not mods["bobplates"] and not mods["angelssmelting"]) then
if omni and omni.matter then
omni.matter.add_resource("titanium-ore", omni.matter.get_ore_tier("uranium-ore"))
end
end