Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
0ptera authored Apr 17, 2018
1 parent 0f3b55b commit a43ad83
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.6.4
- push to stable 0.16.36
- technology requires circuit network instead of plastics
- French translation by Shadowaves #6

1.6.3
- read lab inventories and research progress

Expand Down
2 changes: 1 addition & 1 deletion control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function OnTick(event)
global.SensorIndex = lastIndex + 1
end

-- reset clock and chest index
-- reset clock and index
if global.tickCount < UpdateInterval then
global.tickCount = global.tickCount + 1
else
Expand Down
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Inventory Sensor",
"version": "1.6.3",
"version": "1.6.4",
"title": "Inventory Sensor",
"author": "Optera",
"contact": "https://forums.factorio.com/memberlist.php?mode=viewprofile&u=21729",
"homepage": "https://forums.factorio.com/viewtopic.php?f=97&t=30454",
"description": "Adds a combinator that reads inventories of locomotives, wagons, cars, furnaces, assemblers, roboports, rocket silos and reactors.",
"factorio_version": "0.16",
"dependencies": ["base >= 0.16.16"]
"dependencies": ["base >= 0.16.36"]
}
2 changes: 1 addition & 1 deletion prototypes/technology.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:extend({
name = "item-detection",
icon = "__Inventory Sensor__/graphics/tech/inventory-sensor.png",
icon_size = 64,
prerequisites = {"plastics", "advanced-electronics"},
prerequisites = {"circuit-network", "advanced-electronics"},
effects =
{
{
Expand Down

0 comments on commit a43ad83

Please sign in to comment.