Skip to content

Commit c9ae356

Browse files
committed
Mod updated to support Factorio 1.1
1 parent 12df060 commit c9ae356

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Factorio mod (previously named as Lamps On Map) that shows Pixels on the map with enabled circuit colors, tracking any changes in real-time. Mod adds new entity to the game called Pixel and a set of different color Tiles. When placed, Pixel will also place colored Tile under itself to be able to show the color on the map directly. Updates happening every 3-4th tick, but be careful and don't spam a lot of Pixels - maximum value depends on your PC hardware.
33

44

5-
**WARNING**: There's no iterational checkup implemented yet, meaning that all pixels are being processed at a time. So it is not recommended to create more than 1500 Pixels for now.
5+
**WARNING**: There's no iterational checkup implemented yet, meaning that all pixels are being processed at a time. So it is not recommended to create more than 15000 Pixels for now.
66

77
Type: Mod</br>
88
Name: Pixels</br>
9-
Mod version: 2.0.1</br>
9+
Mod version: 3.0.0</br>
1010
Dependencies: base </br>
11-
Description: Shows colored lamps with enabled coloring conditions directly on map, tracking any changes (in real-time) faster.</br>
12-
Factorio version: 0.18.*
11+
Description: Shows colored diodes with enabled coloring conditions directly on map, tracking any changes (in real-time).</br>
12+
Factorio version: 1.1
1313

1414
### Forum link
1515
[Pixels @ forums.factorio.com](https://forums.factorio.com/#)

info.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "Pixels",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"title": "Pixels",
55
"author": "axtox",
6-
"homepage": "localhost",
6+
"homepage": "https://mods.factorio.com/mod/Pixels",
77
"dependencies": ["base"],
8-
"description": "Display your pictures and indicators in real-time directly on the map using Pixels. WARNING: All pixels are being processed at a time, so it is not recommended to create more than 1500 Pixels.",
9-
"factorio_version" : "0.18"
8+
"description": "Display your pictures and indicators in real-time directly on the map using Pixels. WARNING: All pixels are being processed at a time, so it is not recommended to create more than 15000 Pixels.",
9+
"factorio_version" : "1.1"
1010
}

0 commit comments

Comments
 (0)