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