mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 20:21:40 +09:00
.
This commit is contained in:
@@ -1654,11 +1654,11 @@ if settings.startup['PHI-CT'].value then
|
|||||||
hidden = true,
|
hidden = true,
|
||||||
enabled = true,
|
enabled = true,
|
||||||
ingredients = {},
|
ingredients = {},
|
||||||
results = {{type = 'fluid', name = v.name, amount = 16000, temperature=v.max_temperature or v.default_temperature}},
|
results = {{type = 'fluid', name = v.name, amount = 16000, temperature = v.max_temperature or v.default_temperature}},
|
||||||
main_product = v.name,
|
main_product = v.name,
|
||||||
hide_from_player_crafting = true,
|
hide_from_player_crafting = true,
|
||||||
allow_productivity = false,
|
allow_productivity = false,
|
||||||
crafting_machine_tint = {primary=v.flow_color},
|
crafting_machine_tint = {primary = v.flow_color},
|
||||||
localised_name = {'fluid-name.' .. v.name}
|
localised_name = {'fluid-name.' .. v.name}
|
||||||
}})
|
}})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user