mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -543,23 +543,26 @@ if settings.startup['PHI-CT'].value and settings.startup['PHI-CT-FLUID'].value t
|
||||
data:extend({item})
|
||||
|
||||
local entity = table.deepcopy(data.raw['offshore-pump']['offshore-pump'])
|
||||
entity.name = 'super-pump'
|
||||
entity.minable.result = 'super-pump'
|
||||
entity.type = 'assembling-machine'
|
||||
entity.crafting_categories = {'fluid'}
|
||||
entity.crafting_speed = 1
|
||||
entity.energy_source = {type = 'void'}
|
||||
entity.name = 'super-pump'
|
||||
entity.minable.result = 'super-pump'
|
||||
entity.adjacent_tile_collision_mask = nil
|
||||
entity.adjacent_tile_collision_test = {'ground-tile'}
|
||||
entity.tile_buildability_rules = nil
|
||||
entity.water_reflection = nil
|
||||
entity.layers = {
|
||||
item = true,
|
||||
object = true,
|
||||
player = true,
|
||||
water_tile = true,
|
||||
elevated_rail = true
|
||||
entity.effect_receiver = {
|
||||
uses_module_effects = false,
|
||||
uses_beacon_effects = false,
|
||||
uses_surface_effects = true
|
||||
}
|
||||
entity.allowed_effects = {
|
||||
'consumption'
|
||||
}
|
||||
entity.module_slots = 0
|
||||
entity.fluid_boxes_off_when_no_fluid_recipe = false
|
||||
entity.collision_mask = nil
|
||||
entity.tile_buildability_rules = nil
|
||||
entity.layers = nil
|
||||
entity.fluid_source_offset = nil
|
||||
entity.localised_name = {'name.super-pump'}
|
||||
entity.localised_description = nil
|
||||
data:extend({entity})
|
||||
|
||||
Reference in New Issue
Block a user