Skip to content

Commit a43ad83

Browse files
authored
Add files via upload
1 parent 0f3b55b commit a43ad83

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.6.4
2+
- push to stable 0.16.36
3+
- technology requires circuit network instead of plastics
4+
- French translation by Shadowaves #6
5+
16
1.6.3
27
- read lab inventories and research progress
38

control.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function OnTick(event)
134134
global.SensorIndex = lastIndex + 1
135135
end
136136

137-
-- reset clock and chest index
137+
-- reset clock and index
138138
if global.tickCount < UpdateInterval then
139139
global.tickCount = global.tickCount + 1
140140
else

info.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Inventory Sensor",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"title": "Inventory Sensor",
55
"author": "Optera",
66
"contact": "https://forums.factorio.com/memberlist.php?mode=viewprofile&u=21729",
77
"homepage": "https://forums.factorio.com/viewtopic.php?f=97&t=30454",
88
"description": "Adds a combinator that reads inventories of locomotives, wagons, cars, furnaces, assemblers, roboports, rocket silos and reactors.",
99
"factorio_version": "0.16",
10-
"dependencies": ["base >= 0.16.16"]
10+
"dependencies": ["base >= 0.16.36"]
1111
}

prototypes/technology.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data:extend({
44
name = "item-detection",
55
icon = "__Inventory Sensor__/graphics/tech/inventory-sensor.png",
66
icon_size = 64,
7-
prerequisites = {"plastics", "advanced-electronics"},
7+
prerequisites = {"circuit-network", "advanced-electronics"},
88
effects =
99
{
1010
{

0 commit comments

Comments
 (0)