From c8b98be3a595f1fa43dbe5ecd50c2742bbd54cea Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 12 May 2025 19:38:55 +0900 Subject: [PATCH] . --- PHI-CL/changelog.txt | 7 +++++++ PHI-CL/data-updates.lua | 10 ++++++---- PHI-CL/info.json | 4 ++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index cc91b4e..a3340bb 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.100 +Date: 2025-05-14 + + Changes: + - [MB] Changed some locale. + --------------------------------------------------------------------------------------------------- Version: 3.0.99 Date: 2025-05-10 diff --git a/PHI-CL/data-updates.lua b/PHI-CL/data-updates.lua index cf98a92..71cfd6e 100644 --- a/PHI-CL/data-updates.lua +++ b/PHI-CL/data-updates.lua @@ -20,6 +20,8 @@ if mods['space-exploration'] and settings.startup['PHI-MB'].value and settings.s main.EEE(se, i) data.raw['mining-drill'][miner_name].minable.result = miner_name data.raw['mining-drill'][miner_name].placeable_by.item = miner_name + data.raw['mining-drill'][miner_name].localised_name = {'entity-name.se-core-miner-drill'} + data.raw['mining-drill'][miner_name].localised_description = {'entity-description.se-core-miner-drill'} local item = table.deepcopy(data.raw['item']['se-core-miner-drill']) item.name = 'se-core-miner-drill-' .. i @@ -36,8 +38,8 @@ if mods['space-exploration'] and settings.startup['PHI-MB'].value and settings.s item.icon = nil item.icon_size = nil - item.localised_name = {'name.se-core-miner-drill'} - item.localised_description = {'description.se-core-miner-drill'} + item.localised_name = {'entity-name.se-core-miner-drill'} + item.localised_description = {'entity-description.se-core-miner-drill'} data:extend({item}) data:extend({{ @@ -47,8 +49,8 @@ if mods['space-exploration'] and settings.startup['PHI-MB'].value and settings.s enabled = false, ingredients = (i > 2 and {{type = 'item', name = 'se-core-miner-drill-' .. (i - 1), amount = 1}, {type = 'item', name = 'se-core-miner-drill', amount = 1}}) or {{type = 'item', name = 'se-core-miner-drill', amount = 2}}, results = {{type = 'item', name = miner_name, amount = 1}}, - localised_name = {'name.se-core-miner-drill'}, - localised_description = {'description.se-core-miner-drill'} + localised_name = {'entity-name.se-core-miner-drill'}, + localised_description = {'entity-description.se-core-miner-drill'} }}) diff --git a/PHI-CL/info.json b/PHI-CL/info.json index b92d4d5..d41dafb 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.99", + "version": "3.0.100", "factorio_version": "2.0", - "date": "2025-05-10", + "date": "2025-05-14", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",