[2.0.21] Tile placeable_by count isn't respected by hand placement of place_as_tile items

Post your bugs and problems so we can fix them.
Kusibu
Burner Inserter
Burner Inserter
Posts: 7
Joined: Tue Nov 04, 2014 4:28 pm
Contact:

[2.0.21] Tile placeable_by count isn't respected by hand placement of place_as_tile items

Post by Kusibu »

When modifying a tile which is placed by a place_as_tile item (in the following example, refined concrete), the actual placement cost appears to always be one, regardless of what count is specified in placeable_by.

Code: Select all

local conc_cost = 3
data.raw.tile["refined-concrete"].placeable_by = {item = "refined-concrete", count = conc_cost}
data.raw.tile["refined-concrete"].minable.count = conc_cost
Last edited by Kusibu on Mon Dec 02, 2024 4:24 pm, edited 1 time in total.
Kusibu
Burner Inserter
Burner Inserter
Posts: 7
Joined: Tue Nov 04, 2014 4:28 pm
Contact:

Re: [2.0.21] Tile placeable_by count isn't respected by place_as_tile items

Post by Kusibu »

Update on attempting to diagnose bug: Construction robots are respecting the required placement count, it's just that manual placement isn't.
Post Reply

Return to “Bug Reports”