se matter
This commit is contained in:
parent
0f70d00e1c
commit
ffe0fc769c
3 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,12 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.2.6
|
||||||
|
Date: 2022-08-16
|
||||||
|
Changes:
|
||||||
|
- More small mod compatibility - various high-tier belts and inserters including
|
||||||
|
Bob's logistics, better belts, ultimate belts. (Use recipe bypass setting if necessary)
|
||||||
|
Features:
|
||||||
|
- Support for SE matter fusion and SE+K2 matter liberation
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.2.5
|
Version: 1.2.5
|
||||||
Date: 2022-07-03
|
Date: 2022-07-03
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "1.2.5",
|
"version": "1.2.6",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Titanium",
|
"title": "Titanium",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ if mods["space-exploration"] then
|
||||||
})
|
})
|
||||||
|
|
||||||
if string.sub(mods["space-exploration"], 1, 3) == "0.6" then
|
if string.sub(mods["space-exploration"], 1, 3) == "0.6" then
|
||||||
|
util.se_matter({ore="titanium-ore", energy_required=2, quant_out=10, stream_out=60})
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
type = "item-subgroup",
|
type = "item-subgroup",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue