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

Remember the last used data type when adding NBT tags #39

Open
haykam821 opened this issue Oct 26, 2022 · 2 comments
Open

Remember the last used data type when adding NBT tags #39

haykam821 opened this issue Oct 26, 2022 · 2 comments
Labels
feature New feature or request

Comments

@haykam821
Copy link

haykam821 commented Oct 26, 2022

Currently, when adding a new property to an NBT compound, the data type defaults to 'byte'. Ideally, this data type should be the same as the previous added data type to make adding multiple properties with the same data type easier.

@misode
Copy link
Owner

misode commented Oct 26, 2022

Could you elaborate on this one? Perhaps give an example and the expected behavior.

@haykam821
Copy link
Author

I've added the explanation of how the data type changes back to 'byte' to the issue description.

@misode misode changed the title Remember the data type when creating NBT elements Remember the last used data type when adding NBT tags Oct 26, 2022
@misode misode added the feature New feature or request label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants