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
Create a new mcfunction file and paste the following command:
data modify entity @s Item set value {count: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.
Now instead paste this in:
data modify entity @s Item set value {id:"minecraft:stick"\
}
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:
Thanks
The text was updated successfully, but these errors were encountered:
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
Place your curser before the backslash on line 1. Press
,
should normally pop up an autocomplete box suggestingid
andcomponents
, but it does not suggest anything.Now instead paste this in:
,
it suggests the user to enter an item id instead of other keys:Thanks
The text was updated successfully, but these errors were encountered: