From 897330ce1907a36c459917ffffe39d6a5abac32a Mon Sep 17 00:00:00 2001 From: "The JoCKeR (IL)" <13031901+jocker-il@users.noreply.github.com> Date: Tue, 18 Jun 2019 14:14:22 +0200 Subject: [PATCH] Version: 1.4.1 Added: - Thumbnail.png - Changelog.txt - limit minimum base to version 0.17.47 --- info.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/info.json b/info.json index c231bb9..7175c99 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "MoreLogisticsSlots", - "version": "1.4.0", + "version": "1.4.1", "title": "More logistics slots", - "author": "Wenihal. Updated by JoCkeR-il for 0.12 and up", + "author": "Wenihal. Updated by JoCkeR-il for Factorio 0.12 and up", "homepage": "https://github.com/jocker-il", "factorio_version": "0.17", - "dependencies": ["base"], - "description": "Adds more character logistics slots (up to 10 slots). Reworked since 0.15, since the change to the science packs" + "dependencies": ["base >= 0.17.47"] , + "description": "Adds more character logistics slots (up to 24 slots). Reworked since 0.15, since the change to the science packs" }