Packet Mod Element

Started by Ali107 on

Topic category: Feature requests and ideas for MCreator

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Packet Mod Element

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.