initial commit

This commit is contained in:
2025-12-30 10:55:21 +01:00
commit 08e0449a6e
2 changed files with 12 additions and 0 deletions

1
data.lua Normal file
View File

@@ -0,0 +1 @@
data.raw.item["barrel"].stack_size = 500

11
info.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "BarrelStackSizeTweaker",
"version": "0.1.0",
"title": "Barrel StackSize Tweaker",
"author": "ddidderr",
"description": "Sets the stack size of barrels to 500.",
"factorio_version": "2.0",
"dependencies": [
"base >= 2.0"
]
}