bztitanium2/omni.lua
2021-03-18 19:24:26 -07:00

6 lines
211 B
Lua

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