Change type from player to entity
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
This commit is contained in:
parent
d6fbcbf03c
commit
a5472065a7
@ -1,6 +1,6 @@
|
|||||||
TextProp.nbt(
|
TextProp.nbt(
|
||||||
propertyName = "SelectedItem",
|
propertyName = "SelectedItem",
|
||||||
type = player,
|
type = entity,
|
||||||
source = "@s",
|
source = "@s",
|
||||||
path = SelectedItem
|
path = SelectedItem
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user