mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-13 05:08:44 +09:00
.
This commit is contained in:
@@ -43,10 +43,6 @@ data.raw.recipe['landfill'].ingredients[1].amount = math.min(20, data.raw.recipe
|
|||||||
data.raw.recipe['selector-combinator'].ingredients = {{type = 'item', name = 'advanced-circuit', amount = 5}, {type = 'item', name = 'decider-combinator', amount = 2}}
|
data.raw.recipe['selector-combinator'].ingredients = {{type = 'item', name = 'advanced-circuit', amount = 5}, {type = 'item', name = 'decider-combinator', amount = 2}}
|
||||||
|
|
||||||
|
|
||||||
for _, v in pairs(data.raw['mining-drill']) do
|
|
||||||
v.filter_count = 5
|
|
||||||
end
|
|
||||||
|
|
||||||
data:extend({{type='recipe-category', name='fluid'}})
|
data:extend({{type='recipe-category', name='fluid'}})
|
||||||
|
|
||||||
for _, v in pairs(data.raw['valve']) do
|
for _, v in pairs(data.raw['valve']) do
|
||||||
|
|||||||
Reference in New Issue
Block a user