From 15cf0ceeec46e7da3f42d0c0e44e5c0d86e4b53c Mon Sep 17 00:00:00 2001 From: Saleh Samee Date: Fri, 8 Jan 2021 20:21:58 +0500 Subject: [PATCH 1/2] Just removing that consumer line makes it compatible with Factorio 1.0+ So updated on my fork. --- data.lua | 1 - info.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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..7c101e5 100644 --- a/info.json +++ b/info.json @@ -1,8 +1,8 @@ { "name": "RadarGridGuide", - "version": "0.17.0", + "version": "1.0.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.0" } From 825b070c5c120878c3eca190a52681e9311841da Mon Sep 17 00:00:00 2001 From: stromhurst Date: Thu, 28 Jan 2021 10:23:37 +0500 Subject: [PATCH 2/2] Updated for Factorio 1.1 Just needs updating the info, The rest of the mod works fine as is. --- info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.json b/info.json index 7c101e5..d37cfed 100644 --- a/info.json +++ b/info.json @@ -1,8 +1,8 @@ { "name": "RadarGridGuide", - "version": "1.0.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": "1.0" + "factorio_version": "1.1" }