initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
for _, item in pairs(data.raw.item) do
|
||||||
|
if item.name:match("%-barrel$") then -- Matches "water-barrel", "crude-oil-barrel", etc.
|
||||||
|
item.weight = 1 * kg
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user