Started by
CEntertain
on
Topic category: Feature requests and ideas for MCreator
It would be amazing if the Entity components > Data
section contained a procedure block called "Get entity from UUID Text []" you can place into entity variable inputs. There already is a procedure block that turns an entity's UUID into a string you can use, and this would make it such that you can easily convert it back into a selected entity. It also has the added benefit of being able to select very specific entities.
The way I imagine it is that it's a nullable procedure data block much like the local entity type variable one which returns null if the selected UUID does not exist in the current level.
This would be very useful.