Started by
Ali107
on
Topic category: Feature requests and ideas for MCreator
I think a nice feature is a packet mod element, which allows you to send server-side information to the client side.
So, like you insert variables into the mod element and select the type, just like the synced data page for Living Entity.
Then you just call the packet in a procedure by creating an instance with the values you pass through.
This is useful when you want to manually sync NBT values of entities and stuff.
Interesting idea, noted!