mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11:39 +09:00
.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.1
|
||||
Date: 2023-04-10
|
||||
|
||||
Removed:
|
||||
- Offshore water pump, as a new mod now.
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.0
|
||||
Date: 2023-03-17
|
||||
|
||||
Added:
|
||||
- Compound Assembling Machine, Furnace
|
||||
- Base Items
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "PHI-MI",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"factorio_version": "1.1",
|
||||
"date": "2023-04-05",
|
||||
"date": "2023-04-10",
|
||||
"title": "Phidias Megabase Item",
|
||||
"author": "PHIDIAS0303",
|
||||
"contributers": "",
|
||||
|
||||
@@ -28,14 +28,6 @@ data.raw['pipe']['pipe'].fluid_box.base_area = 4
|
||||
data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.base_area = 4
|
||||
data.raw['pump']['pump'].fluid_box.height = 16
|
||||
data.raw['pump']['pump'].pumping_speed = 800
|
||||
data.raw['offshore-pump']['offshore-pump'].pumping_speed = 80
|
||||
data.raw['offshore-pump']['offshore-pump'].fluid_box.base_area = 4
|
||||
data.raw['offshore-pump']['offshore-pump'].fluid_box.base_level = 4
|
||||
data.raw['offshore-pump']['offshore-pump'].flags = {'placeable-neutral', 'player-creation'}
|
||||
data.raw['offshore-pump']['offshore-pump'].adjacent_tile_collision_box = {{-0.5, -0.25}, {0.5, 0.25}}
|
||||
data.raw['offshore-pump']['offshore-pump'].adjacent_tile_collision_test = {'ground-tile', 'water-tile', 'object-layer'}
|
||||
data.raw['offshore-pump']['offshore-pump'].adjacent_tile_collision_mask = nil
|
||||
data.raw['offshore-pump']['offshore-pump'].placeable_position_visualization = nil
|
||||
data.raw['storage-tank']['storage-tank'].fluid_box.base_area = 500
|
||||
|
||||
data.raw['locomotive']['locomotive'].max_health = 2000
|
||||
|
||||
Reference in New Issue
Block a user