mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
..
This commit is contained in:
@@ -1,42 +1,5 @@
|
||||
--[[
|
||||
** CONFIG
|
||||
if mods['aai-industry'] then
|
||||
items['item']['industrial-furnace'] = {
|
||||
enabled = settings.startup['PHI-MB'].value,
|
||||
stage = 2,
|
||||
type = 'assembling-machine',
|
||||
name = 'industrial-furnace',
|
||||
ref_name = 'industrial-furnace',
|
||||
tech = 'industrial-furnace',
|
||||
min = 2,
|
||||
max = settings.startup['PHI-MB-FURNACE-TIER'].value
|
||||
}
|
||||
|
||||
items['item']['fuel-processor'] = {
|
||||
enabled = settings.startup['PHI-MB'].value,
|
||||
stage = 2,
|
||||
type = 'assembling-machine',
|
||||
name = 'fuel-processor',
|
||||
ref_name = 'fuel-processor',
|
||||
tech = 'fuel-processing',
|
||||
min = 2,
|
||||
max = settings.startup['PHI-MB-OIL-TIER'].value
|
||||
}
|
||||
end
|
||||
|
||||
if mods['aai-industry'] or mods['big-mining-drill'] then
|
||||
items['item']['area-mining-drill'] = {
|
||||
enabled = settings.startup['PHI-MB'].value,
|
||||
stage = 2,
|
||||
type = 'mining-drill',
|
||||
name = 'area-mining-drill',
|
||||
ref_name = 'area-mining-drill',
|
||||
tech = 'area-mining-drill',
|
||||
min = 2,
|
||||
max = settings.startup['PHI-MB-MINING-TIER'].value
|
||||
}
|
||||
end
|
||||
|
||||
if mods['Krastorio2'] then
|
||||
items['item']['kr-mineral-water-pumpjack'] = {
|
||||
enabled = settings.startup['PHI-MB'].value,
|
||||
|
||||
Reference in New Issue
Block a user