Started by Mopru on Sat, 07/29/2023 - 18:17 Topic category: Help with Minecraft modding (Java Edition) how do i make so if i name an entity using a name tag, something will happen? Jump to top Hello! Go on your desired entity, create an "On Entity Tick Update" procedure. Inside the procedure, create an if statement and use the "get display name of entity" block and compare it to the string text you want. Here is a short tutorial image! [Tutorial Image] Hope this helps! Jump to top Permalink Log in or register to post comments thanks! Jump to top Permalink Log in or register to post comments
Hello! Go on your desired entity, create an "On Entity Tick Update" procedure. Inside the procedure, create an if statement and use the "get display name of entity" block and compare it to the string text you want. Here is a short tutorial image! [Tutorial Image] Hope this helps! Jump to top Permalink Log in or register to post comments
Hello! Go on your desired entity, create an "On Entity Tick Update" procedure.
Inside the procedure, create an if statement and use the "get display name of entity" block and compare it to the string text you want.
Here is a short tutorial image!
[Tutorial Image]
Hope this helps!
thanks!