Skip to content

Commit 15cf0ce

Browse files
committed
Just removing that consumer line makes it compatible with Factorio 1.0+
So updated on my fork.
1 parent 54fb47b commit 15cf0ce

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

data.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ data:extend({
106106
type = "custom-input",
107107
name = "radar-grid-guide-hotkey",
108108
key_sequence = "CONTROL + G",
109-
consuming = "script-only",
110109
},
111110

112111

info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "RadarGridGuide",
3-
"version": "0.17.0",
3+
"version": "1.0.0",
44
"title": "Radar Grid Guide",
55
"author": "jonatkins",
66
"description": "Guide for deploying radars on a regular grid, to get 100% coverage without overlap.",
7-
"factorio_version": "0.17"
7+
"factorio_version": "1.0"
88
}

0 commit comments

Comments
 (0)