mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-01-01 04:31:40 +09:00
Update data.lua
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
local alpha_order = {'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'}
|
local alpha_order = {'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'}
|
||||||
local graphics_location = '__PHI-MP__/graphics/'
|
local graphics_location = '__PHI-MI__/graphics/'
|
||||||
|
|
||||||
local ups_chests = {
|
local ups_chests = {
|
||||||
'steel-chest',
|
'steel-chest',
|
||||||
@@ -18,19 +18,19 @@ data.raw.recipe['loader'].ingredients = {
|
|||||||
{'iron-plate', 5},
|
{'iron-plate', 5},
|
||||||
{'electronic-circuit', 5},
|
{'electronic-circuit', 5},
|
||||||
{'transport-belt', 2},
|
{'transport-belt', 2},
|
||||||
{'inserter', 2},
|
{'inserter', 2}
|
||||||
}
|
}
|
||||||
data.raw.recipe['fast-loader'].ingredients = {
|
data.raw.recipe['fast-loader'].ingredients = {
|
||||||
{'iron-gear-wheel', 10},
|
{'iron-gear-wheel', 10},
|
||||||
{'electronic-circuit', 10},
|
{'electronic-circuit', 10},
|
||||||
{'advanced-circuit', 1},
|
{'advanced-circuit', 1},
|
||||||
{'loader', 1},
|
{'loader', 1}
|
||||||
}
|
}
|
||||||
|
|
||||||
data.raw.recipe['express-loader'].ingredients = {
|
data.raw.recipe['express-loader'].ingredients = {
|
||||||
{'iron-gear-wheel', 10},
|
{'iron-gear-wheel', 10},
|
||||||
{'advanced-circuit', 10},
|
{'advanced-circuit', 10},
|
||||||
{'fast-loader', 1},
|
{'fast-loader', 1}
|
||||||
{type='fluid', name='lubricant', amount=40}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.insert(data.raw.technology['logistics'].effects, {type='unlock-recipe', recipe='loader'})
|
table.insert(data.raw.technology['logistics'].effects, {type='unlock-recipe', recipe='loader'})
|
||||||
|
|||||||
Reference in New Issue
Block a user