mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'}
|
||||
}})
|
||||
|
||||
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user