Change type from player to entity
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s

This commit is contained in:
themodernhakr 2025-03-12 01:48:05 -05:00
parent d6fbcbf03c
commit a5472065a7

View File

@ -1,6 +1,6 @@
TextProp.nbt(
propertyName = "SelectedItem",
type = player,
type = entity,
source = "@s",
path = SelectedItem
);