Started by
CyncWolf
on
Topic category: Help with Minecraft modding (Java Edition)
I have troubles using the get display name of entity or item procedures, when i use the text i get from these procedures the name are between brackets, and I wouldn't want that, is there another way than taking the text and removing the brackets with the replace procedure ?
I believe you could probably just do this
Use Substring Procedure Block.
Set from Position to 1 and to Position to length of get Display Name - 1