Factorio 1.1

This commit is contained in:
Joey De Pauw 2020-12-05 14:38:48 +01:00
parent 29614e6d26
commit d92ed1e91e
12 changed files with 18 additions and 8 deletions

View File

@ -1,4 +1,14 @@
---------------------------------------------------------------------------------------------------
Version: 0.3.1
Date: 2020.12.05
Updates:
- Updated to Factorio 1.1.
---------------------------------------------------------------------------------------------------
Version: 0.3.0
Date: 2020.01.24
Updates:
- Updated to Factorio 0.18.
---------------------------------------------------------------------------------------------------
Version: 0.2.3
Date: 2020.01.04
Fixes:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,13 +1,13 @@
{
"name": "better-air-filtering",
"version": "0.2.3",
"version": "0.3.1",
"title": "Better Air Filtering",
"author": "Joey De Pauw",
"contact": "joeydepauw@gmail.com",
"homepage": "",
"factorio_version": "0.17",
"factorio_version": "1.1",
"dependencies": [
"base >= 0.17",
"base >= 1.1",
"!air-filtering",
"!NauvisDay",
"!CW-carbon-capture"

View File

@ -7,7 +7,7 @@ data:extend({
gas_temperature = 0,
base_color = { r = 0.95, g = 0.9, b = 0.9 },
flow_color = { r = 0.95, g = 0.9, b = 0.9 },
icon = "__base__/graphics/icons/fluid/pollution.png",
icon = "__better-air-filtering__/graphics/icons/fluid/pollution.png",
icon_size = 32,
order = "a[fluid]-z[water]",
auto_barrel = false
@ -19,7 +19,7 @@ data:extend({
max_temperature = 100,
base_color = { r = 0.27, g = 0.30, b = 0.34 },
flow_color = { r = 0.27, g = 0.30, b = 0.34 },
icon = "__better-air-filtering__/graphics/icons/fluid/pollution.png",
icon = "__better-air-filtering__/graphics/icons/fluid/polluted-water.png",
icon_size = 32,
order = "a[fluid]-z[pollution]",
auto_barrel = false

View File

@ -114,7 +114,7 @@ data:extend({
hide_from_stats = true,
icons = {
{
icon = "__base__/graphics/icons/fluid/pollution.png"
icon = "__better-air-filtering__/graphics/icons/fluid/pollution.png"
},
{
icon = "__better-air-filtering__/graphics/icons/recipe/filter-air.png",
@ -140,7 +140,7 @@ data:extend({
hide_from_stats = true,
icons = {
{
icon = "__base__/graphics/icons/fluid/pollution.png"
icon = "__better-air-filtering__/graphics/icons/fluid/pollution.png"
},
{
icon = "__better-air-filtering__/graphics/icons/recipe/filter-air.png",
@ -168,7 +168,7 @@ data:extend({
hide_from_stats = true,
icons = {
{
icon = "__base__/graphics/icons/fluid/pollution.png"
icon = "__better-air-filtering__/graphics/icons/fluid/pollution.png"
},
{
icon = "__better-air-filtering__/graphics/icons/recipe/filter-air.png",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB