Started by
Burner
on
Topic category: Help with Minecraft modding (Java Edition)
I'm creating a random attributes mod that adds a attributes name then the items name. But the problem I'm running into is that the get item display name adds [ ] at the start and end of my item's name. Is there any way around this?
(substring: (get display name of x) from position (1) to position ( (lenght of (get display name of x) - (1)))