Page 1 of 1

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

Posted: Fri Nov 29, 2024 11:44 pm
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

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

Posted: Mon Dec 02, 2024 4:23 pm
by Kusibu
Update on attempting to diagnose bug: Construction robots are respecting the required placement count, it's just that manual placement isn't.

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

Posted: Wed Feb 05, 2025 2:34 pm
by Lou
Thank you for the report. It is fixed for 2.0.34