mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 19:15:22 +09:00
.
This commit is contained in:
@@ -63,7 +63,7 @@ local function EE(source, tier)
|
||||
end
|
||||
|
||||
elseif (source.type == 'reactor') then
|
||||
item.consumption = 40 * tier
|
||||
item.consumption = 40 * tier .. 'MW'
|
||||
item.heat_buffer.max_temperature = 500 + (500 * tier)
|
||||
item.heat_buffer.max_transfer = 5 + (5 * tier) .. 'GW'
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "PHI-EN",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"factorio_version": "1.1",
|
||||
"date": "2023-05-08",
|
||||
"date": "2023-09-18",
|
||||
"title": "Phidias Energy",
|
||||
"author": "PHIDIAS0303",
|
||||
"contributers": "",
|
||||
|
||||
Reference in New Issue
Block a user