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

Strange behavior when autocompleting NBT before a backslash #1678

Open
Dahesor opened this issue Dec 18, 2024 · 0 comments
Open

Strange behavior when autocompleting NBT before a backslash #1678

Dahesor opened this issue Dec 18, 2024 · 0 comments

Comments

@Dahesor
Copy link

Dahesor commented Dec 18, 2024

  1. Create a new mcfunction file and paste the following command:
data modify entity @s Item set value {count:1\
}
  1. Place your curser before the backslash on line 1. Press , should normally pop up an autocomplete box suggesting id and components, but it does not suggest anything.

  2. Now instead paste this in:

data modify entity @s Item set value {id:"minecraft:stick"\
}
  1. Again, place your curser before the backslash on line 1. After pressing , it suggests the user to enter an item id instead of other keys:

Image

Thanks

@Dahesor Dahesor changed the title Strange behavior when attempting to call an autocomplete before a backslash Strange behavior when autocompleting NBT before a backslash Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant