[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
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