mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11:39 +09:00
.
This commit is contained in:
@@ -742,10 +742,6 @@ if mods then
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods['Atomic_Overhaul'] then
|
|
||||||
items['item']['centrifuge'].stage = 2
|
|
||||||
end
|
|
||||||
|
|
||||||
if mods['Krastorio2'] then
|
if mods['Krastorio2'] then
|
||||||
items['item']['solar-panel'].base = 100
|
items['item']['solar-panel'].base = 100
|
||||||
items['item']['accumulator'].base = 10
|
items['item']['accumulator'].base = 10
|
||||||
@@ -764,6 +760,17 @@ if mods then
|
|||||||
|
|
||||||
items['item']['lab'].stage = 2
|
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'] = {
|
items['item']['kr-gas-power-station'] = {
|
||||||
enabled = settings.startup['PHI-EN'].value,
|
enabled = settings.startup['PHI-EN'].value,
|
||||||
stage = 2,
|
stage = 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user