If I understand correctly, this should be enough to prevent this error in data-final-fixes:
Code: Select all
for _, item in pairs(data.raw.item) do
if item.stackable then
item.stack_size = item.stack_size * desired_multiplier
end
end