modmash
This commit is contained in:
parent
0cca6a37c5
commit
a767fa9242
4 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.4
|
||||
Date: 2022-07-22
|
||||
Features:
|
||||
- Compatible with ModMash Splinter electronics
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.3
|
||||
Date: 2022-07-22
|
||||
Features:
|
||||
|
|
|
@ -42,5 +42,6 @@ if not mods.Krastorio2 and not mods["aai-industry"] and not mods.bzaluminum and
|
|||
util.add_prerequisite("logistic-science-pack", "electronics")
|
||||
end
|
||||
|
||||
util.remove_ingredient("small-lamp", "blank-circuit") -- mod mash
|
||||
-- Must be last
|
||||
util.create_list()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzgas",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Natural Gas",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -47,3 +47,9 @@ util.add_ingredient("basic-circuit-board", "bakelite", 1)
|
|||
util.set_enabled("basic-circuit-board", false)
|
||||
util.add_unlock("electronics", "basic-circuit-board")
|
||||
|
||||
|
||||
-- Modmash electronics
|
||||
util.replace_ingredient("blank-circuit", "iron-plate", "bakelite")
|
||||
util.set_enabled("blank-circuit", false)
|
||||
util.add_unlock("electronics", "blank-circuit")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue