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

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.10.5
Date: 2021-03-18
Features:
- Omnimatter compatibility
---------------------------------------------------------------------------------------------------
Version: 0.10.4
Date: 2021-03-14
Fixes:

View file

@ -1,3 +1,4 @@
require("titanium-recipe-updates")
require("titanium-matter")
require("omni")
require("map-gen-preset-updates")

View file

@ -1,6 +1,6 @@
{
"name": "bztitanium",
"version": "0.10.4",
"version": "0.10.5",
"factorio_version": "1.1",
"title": "Titanium",
"author": "Brevven",

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