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 writing an inline macro item modifier and discovered this.
As the image shows, the [ before I; of the int array is not recognized.
The command was $item modify entity @s $(slot) [{function:"minecraft:set_components",components:{"minecraft:lodestone_tracker":{tracked:false,target:{dimension:"minecraft:overworld",pos:[I;$(x),$(y),$(z)]}}}}]
The text was updated successfully, but these errors were encountered:
I was writing an inline macro item modifier and discovered this.
As the image shows, the
[
beforeI;
of the int array is not recognized.The command was
$item modify entity @s $(slot) [{function:"minecraft:set_components",components:{"minecraft:lodestone_tracker":{tracked:false,target:{dimension:"minecraft:overworld",pos:[I;$(x),$(y),$(z)]}}}}]
The text was updated successfully, but these errors were encountered: