pollution
This commit is contained in:
parent
4aef7b4886
commit
6592c358ab
3 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.1.8
|
||||||
|
Date: 2022-12-28
|
||||||
|
Changes:
|
||||||
|
- Basic chem plant has pollution emissions
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.1.7
|
Version: 0.1.7
|
||||||
Date: 2022-12-24
|
Date: 2022-12-24
|
||||||
Localization:
|
Localization:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzgas",
|
"name": "bzgas",
|
||||||
"version": "0.1.7",
|
"version": "0.1.8",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Natural Gas",
|
"title": "Natural Gas",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
@ -68,6 +68,7 @@ plant_e.energy_source = {
|
||||||
type = "burner",
|
type = "burner",
|
||||||
fuel_inventory_size = 1,
|
fuel_inventory_size = 1,
|
||||||
effectivity = 1,
|
effectivity = 1,
|
||||||
|
emissions_per_minute = 5,
|
||||||
fuel_categories = {"chemical"},
|
fuel_categories = {"chemical"},
|
||||||
smoke = {
|
smoke = {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue