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:
parent
6cb4b30b2d
commit
1681ea71bb
6
src/props.jmc
Normal file
6
src/props.jmc
Normal file
@ -0,0 +1,6 @@
|
||||
TextProp.nbt(
|
||||
propertyName = "SelectedItem",
|
||||
type = player,
|
||||
source = "@s",
|
||||
path = SelectedItem
|
||||
);
|
||||
Loading…
Reference in New Issue
Block a user