lock sulfides behind tech
This commit is contained in:
parent
9a5b67a4d6
commit
5f902948d5
3 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.2
|
||||
Date: 2025-01-02
|
||||
Fixes:
|
||||
- Lock tin sulfides properly behind tech
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.1
|
||||
Date: 2025-01-01
|
||||
Changes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztin",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Tin",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -310,6 +310,7 @@ data:extend({
|
|||
subgroup = "vulcanus-processes",
|
||||
category = "chemistry",
|
||||
main_product = "tin-sulfides",
|
||||
enabled = false,
|
||||
allow_productivity = true,
|
||||
energy_required = 1,
|
||||
ingredients = {
|
||||
|
@ -335,6 +336,7 @@ data:extend({
|
|||
subgroup = "vulcanus-processes",
|
||||
category = "chemistry",
|
||||
main_product = "tin-ore",
|
||||
enabled = false,
|
||||
allow_productivity = true,
|
||||
energy_required = 2,
|
||||
icons = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue