Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] NBT matching for stackable item command #18

Open
Decrepitdoors opened this issue Nov 16, 2021 · 3 comments
Open

[Feature Request] NBT matching for stackable item command #18

Decrepitdoors opened this issue Nov 16, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Decrepitdoors
Copy link

Decrepitdoors commented Nov 16, 2021

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?

@KrisCris
Copy link
Owner

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.

@KrisCris
Copy link
Owner

Anyway, good suggestions. I will try to figure this out when I have time to play this game again.

@KrisCris KrisCris added the enhancement New feature or request label Nov 16, 2021
@Decrepitdoors
Copy link
Author

That's fair enough, I look forward to this being added in the future if you get time, thanks for replying!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants