5dim
This commit is contained in:
parent
bc05ddee8d
commit
8f558007e7
4 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.6
|
||||
Date: 2022-07-23
|
||||
Features:
|
||||
- 5Dims - loose support
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.5
|
||||
Date: 2022-07-23
|
||||
Features:
|
||||
|
|
10
compatibility/5dims.lua
Normal file
10
compatibility/5dims.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
local util = require("data-util");
|
||||
|
||||
util.replace_ingredient("5d-accumulator-02", "iron-plate", "bakelite")
|
||||
util.replace_ingredient("5d-accumulator-03", "iron-plate", "bakelite")
|
||||
util.replace_ingredient("5d-lab-02", "iron-gear-wheel", "bakelite")
|
||||
util.replace_ingredient("5d-lab-03", "steel-plate", "bakelite")
|
||||
util.replace_ingredient("5d-radar-02", "iron-plate", "bakelite")
|
||||
util.replace_ingredient("5d-radar-03", "steel-plate", "bakelite")
|
||||
util.replace_ingredient("5d-radar-04", "steel-plate", "bakelite")
|
||||
util.replace_ingredient("5d-radar-05", "steel-plate", "bakelite")
|
|
@ -4,6 +4,7 @@ require("matter")
|
|||
require("map-gen-preset-updates")
|
||||
require("strange-matter")
|
||||
require("compatibility/248k")
|
||||
require("compatibility/5dims")
|
||||
|
||||
local util = require("data-util");
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzgas",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Natural Gas",
|
||||
"author": "Brevven",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue