Topic category: Help with Minecraft modding (Java Edition)
The block that is supposed to get the entities team seems to just return whitespace.
I made this simple procedure that should just return the team name of the player whenever they right click with any item
Then I made this team with the name "Test" and the display name "TestTeam"
Upon right clicking an item, it will just return blank text. This text does not seem to just be something that doesnt render within minecraft's chat box yet is dependent on the team's name because later i set up a quick procedure that did something if two players teams were different, but no matter what teams they were on the conditional never returned true meaning that no matter what team the players are on, the "Get team of entity" block will always just return the same thing.
Hi,
I am currently experiencing the same problem.
Does anyone have a solution?
Thank you very much,