mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -742,10 +742,6 @@ if mods then
|
||||
}
|
||||
end
|
||||
|
||||
if mods['Atomic_Overhaul'] then
|
||||
items['item']['centrifuge'].stage = 2
|
||||
end
|
||||
|
||||
if mods['Krastorio2'] then
|
||||
items['item']['solar-panel'].base = 100
|
||||
items['item']['accumulator'].base = 10
|
||||
@@ -764,6 +760,17 @@ if mods then
|
||||
|
||||
items['item']['lab'].stage = 2
|
||||
|
||||
items['item']['kr-mineral-water-pumpjack'] = {
|
||||
enabled = settings.startup['PHI-MB'].value,
|
||||
stage = 2,
|
||||
type = 'mining-drill',
|
||||
name = 'kr-mineral-water-pumpjack',
|
||||
ref_name = 'kr-mineral-water-pumpjack',
|
||||
tech = 'kr-mineral-water-gathering',
|
||||
min = 2,
|
||||
max = settings.startup['PHI-MB-MINING-TIER'].value
|
||||
}
|
||||
|
||||
items['item']['kr-gas-power-station'] = {
|
||||
enabled = settings.startup['PHI-EN'].value,
|
||||
stage = 2,
|
||||
|
||||
Reference in New Issue
Block a user