omnimatter compat
This commit is contained in:
parent
0fd8833a2d
commit
dfc2d6fefa
4 changed files with 13 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.10.5
|
||||
Date: 2021-03-18
|
||||
Features:
|
||||
- Omnimatter compatibility
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.10.4
|
||||
Date: 2021-03-14
|
||||
Fixes:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
require("titanium-recipe-updates")
|
||||
require("titanium-matter")
|
||||
require("omni")
|
||||
require("map-gen-preset-updates")
|
||||
|
|
|
|||
|
|
@ -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
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