You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was initially using this mod for totems of undying so I could make my sorting system a bit easier, but on my server we have some custom items that would be helpful if they stacked, I thought this mod could do it as it accepts nbt in the command, but it made all snowballs stackable to 64.
example command I used: allstackable set minecraft:snowball{smoke_bomb:1b} 64
Would this be possible to implement?
The text was updated successfully, but these errors were encountered:
No, it does not support NBT tags. The nbt tags show up just because Minecraft implemented the command in this way… I am not sure how to implement this, and since I directly feed the modified stack upper limit to the game, this mod currently cannot handle the custom nbt tags as the game don’t check it. It is very likely that I need to re-implement most of things in a whole different way cuz I didn’t thought about this at the very beginning.
I was initially using this mod for totems of undying so I could make my sorting system a bit easier, but on my server we have some custom items that would be helpful if they stacked, I thought this mod could do it as it accepts nbt in the command, but it made all snowballs stackable to 64.
example command I used:
allstackable set minecraft:snowball{smoke_bomb:1b} 64
Would this be possible to implement?
The text was updated successfully, but these errors were encountered: