diff --git a/data.lua b/data.lua index 714e7ab..cf8d19e 100644 --- a/data.lua +++ b/data.lua @@ -106,7 +106,6 @@ data:extend({ type = "custom-input", name = "radar-grid-guide-hotkey", key_sequence = "CONTROL + G", - consuming = "script-only", }, diff --git a/info.json b/info.json index f16bd1a..d37cfed 100644 --- a/info.json +++ b/info.json @@ -1,8 +1,8 @@ { "name": "RadarGridGuide", - "version": "0.17.0", + "version": "1.1.0", "title": "Radar Grid Guide", "author": "jonatkins", "description": "Guide for deploying radars on a regular grid, to get 100% coverage without overlap.", - "factorio_version": "0.17" + "factorio_version": "1.1" }