Mod to alter specific Stack Sizes

Golrith

Over-Achiever
Trusted User
Nov 11, 2012
3,834
2,137
248
Oh the hunt again, is there a mod out there that allows me to alter the stack size of specific items/blocks?
 

Strikingwolf

New Member
Jul 29, 2019
3,709
-26
1
*goes and looks at MT code* NOPE NOPE NOPE NOPE...that is some scary stuff right there.
 

darkeshrine

New Member
Jul 29, 2019
760
0
0
Oh the hunt again, is there a mod out there that allows me to alter the stack size of specific items/blocks?
Iguana Tweaks can do this.
config said:
# stacksizes
#--------------------------------------------------------------------------------------------------------#
# Change the stack sizes of blocks and items, based on material weight
##########################################################################################################

stacksizes {
# Max stack size divider
I:blockStackSizeDividerMax=1

# Min stack size divider
I:blockStackSizeDividerMin=1

# Max stack size divider
I:itemStackSizeDivider=1

# Writes a line to the console log when the stack size of an item/block gets changed
B:logStackSizeChanges=false
}

There's another file in the configs to designate weights for different Items and blocks.
 

Golrith

Over-Achiever
Trusted User
Nov 11, 2012
3,834
2,137
248
Iguana Tweaks can do this.


There's another file in the configs to designate weights for different Items and blocks.
Thanks, but it seems overkill, looking at the topics, seems to change everything. I just need to change the stack size of a single mod added block.