Topminator Posted January 23 Report Posted January 23 i think crocks should work like pots, you should be able to stack them when they're empty because in the end they're just smaller pots, no? 4
Thorfinn Posted January 24 Report Posted January 24 Probably pretty easy. Open up .\assets\survival\blocktypes\clay\crock.json scroll down to maxStackSizeByType: { "*-raw-*": 8, "*": 1 and change those numbers to whatever you like. 1
Topminator Posted January 25 Author Report Posted January 25 On 1/24/2026 at 2:15 AM, Thorfinn said: Probably pretty easy. Open up .\assets\survival\blocktypes\clay\crock.json scroll down to maxStackSizeByType: { "*-raw-*": 8, "*": 1 and change those numbers to whatever you like. that looks generic, won't it make filled crocks with the same recipes stackable too?
Thorfinn Posted January 25 Report Posted January 25 40 minutes ago, Topminator said: won't it make filled crocks with the same recipes stackable too? I wondered the same thing, but the bowl uses the same key/values and they only stack when empty. The team might have special handling in the code for bowls they didn't do for crocks, but it seems unlikely. But, no, I did not test it. I don't want stackable crocks. 1
Recommended Posts