From bc50600fc467be9a8901e818da87a6c9ade84aea Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 8 May 2023 03:07:45 +0900 Subject: [PATCH] Update --- PHI-MI/data.lua | 1 + PHI-MI/info.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PHI-MI/data.lua b/PHI-MI/data.lua index 87ff6aa..ac6c01f 100644 --- a/PHI-MI/data.lua +++ b/PHI-MI/data.lua @@ -161,6 +161,7 @@ for i=1, #ups_chests, 1 do entity.inventory_size = 1 entity.name = 'ups-' .. ups_chests[i] + entity.minable.result = 'ups-' .. ups_chests[i] data:extend({entity}) data:extend({{ diff --git a/PHI-MI/info.json b/PHI-MI/info.json index f011eba..a4b516f 100644 --- a/PHI-MI/info.json +++ b/PHI-MI/info.json @@ -1,8 +1,8 @@ { "name": "PHI-MI", - "version": "1.0.6", + "version": "1.0.7", "factorio_version": "1.1", - "date": "2023-05-06", + "date": "2023-05-07", "title": "Phidias Megabase Item", "author": "PHIDIAS0303", "contributers": "",