Started by
Ghost0fHerobrine_
on
Topic category: Help with Minecraft modding (Java Edition)
So basically, I want to check in a GUI if the thing is greater than 1, so this is what I have
(GetTextInsideTextField<label_0>)=(1)
but the problem with this is that it checks if it's 1, and not more than that, but I want it to check if it's 1 or more, but I can't find a (>) block.
Edited by Ghost0fHerobrine_ on Thu, 08/17/2023 - 19:07
If you click on the center of the dark blue '=' block, you can change it to a variety of operators, including '>'
@Catnip thank you so much