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

This subforum contains all the issues which we already resolved.
Kusibu
Burner Inserter
Burner Inserter
Posts: 9
Joined: Tue Nov 04, 2014 4:28 pm
Contact:

[Lou][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: 9
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.
User avatar
Lou
Factorio Staff
Factorio Staff
Posts: 243
Joined: Mon Nov 30, 2020 10:50 am
Contact:

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

Post by Lou »

Thank you for the report. It is fixed for 2.0.34
Post Reply

Return to “Resolved Problems and Bugs”