#i want to make item can stack 999 or more
44 messages · Page 1 of 1 (latest)
..why?
You'd need to override A LOT of things using mixins
i just want to do that
OK you know how to do?
don't
add a compressed version of your item or drop the idea
oh why?
Try searching 99 in everything (CTRL + SHIFT + F).
It should find the portion which limits item stacks, if it exists in such form in the first place
i thing in here DataComponentTypes
Oh you're using 1.21 - just change item NBT then
OH ok i get it
im not sure maybe can't
Mixins again, I guess
im not sure maybe still can't, my inventory can only store 99 and if i drop item game will cast
.
there's probably more places where the limit is hardcoded
OK i get it tysm
can i ask more something? this mod can do it but how is it possible?
https://modrinth.com/mod/data-driven-stack-sizes
why are you so dedicated to make an item with such an incredibly high stack size
check how the mod does it
or depend on it and use its features in ur mod
i just want to try maybe there's nothing more than that
I just think it's stupid to break the standard of a max stack size of 64 for a single item but 
rather have a compressed item but to each their own
that's been a thing for years; I see no reason to break it and also modify vanilla code for a single item
not sure but maybe here
why are you decompiling the mod when it's open source
it'd just depend on it anyway, not worth it to reinvent the wheel
At least in my test (not sure maybe I have bugs but didn't test much) that 3 is enough
OH OK i will try
+1. you're just going to make it even more simpler to crash a whole chunk
limits exist for a reason
Before they had a limit of 1024 👀 and I used it as an example to storage blocks like in Drawer but using built-in inventory. After 1.21.2 I was limited with 99 per slot before now I did that's mixins
And ye. Just override Inventory interface value not enough
portable landmines
OK THX maybe i can do it
You may have broken something else
From other mods
But ig that's for time to tell
I wouldn't imagine that chunks like when you drop that stack on the ground
Or maybe they do, I ain't no wizard
imagine breaking a chest full with shulkers of 9999 stacks (or just a chest with 9999*27 stacks) 