This commit is contained in:
2024-10-26 13:06:31 +09:00
parent 6e64b3dc93
commit 2262a85bfa
2 changed files with 16 additions and 13 deletions

View File

@@ -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})

View File

@@ -186,7 +186,7 @@ function main.EEE(source, tier)
end
end
tint_handle(item, tier, {'picture', 'pictures', 'frames', 'working_visualisations', 'animation', 'horizontal_animation', 'vertical_animation', 'structure', 'integration_patch'})
tint_handle(item, tier, {'picture', 'pictures', 'frames', 'working_visualisations', 'animation', 'horizontal_animation', 'vertical_animation', 'structure', 'integration_patch', 'graphics_set'})
if item.idle_animation and item.idle_animation.layers then
local i = 1