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( TextProp.nbt(
propertyName = "SelectedItem", propertyName = "SelectedItem",
type = player, type = entity,
source = "@s", source = "@s",
path = SelectedItem path = SelectedItem
); );