omnimatter compat
This commit is contained in:
parent
0fd8833a2d
commit
dfc2d6fefa
4 changed files with 13 additions and 1 deletions
6
omni.lua
Normal file
6
omni.lua
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue