Hey, i tried to edit the Waterjugs to 20L.
is there a way to do it in 1 Sentence like this example?
i searched for a hour for MaxStackSize, but havent found anything ;/Code:ItemManager.itemList.First(x => x.shortname == "ammo.shotgun.fire").stackable = 50000
Maybe you could help me?
MaxStackSize in 1 sentence?
Discussion in 'Rust Development' started by Alfred 2, Apr 2, 2018.
-
Calytic Community Admin Community Mod
I think you may be barking up the wrong tree.
You don't want to change the stacksize of water, it's already the highest it can go.
The problem isn't the water, it's the Waterjug. Every container has a maximum number of water (maxStackSize) it will hold.
I would start there, specifically with ItemContainer.maxStackSize. Good luck.