Add props.jmc

Define reusable, dynamic text props. These must be defined in the load
function and can be accessed globally, hence the added module.
This commit is contained in:
themodernhakr 2025-03-12 01:20:11 -05:00
parent 6cb4b30b2d
commit 1681ea71bb

6
src/props.jmc Normal file
View File

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