[SOLVED] Does Nifty not work with 3.1?

You also have a type for “useStyles” which could be why you aren’t seeing anything still.

Please explain. I couldn’t find any info on the text or Nifty 1.4 usage changes.

You spell “useStyles” as “useStlyles” in your code.

Text being depreciated was something that happened YEARS ago. When I started using jMonkey, 3 years ago, it was depreciated and it was recommended to use the controls system. I’m not sure if that is listed anywhere or not. I mostly just picked up on it from the threads void256 posted in. There are very few things I had to change moving to nifty 1.4. The largest change to my codebase came from the new batch rendering system and changing the method name to find elements. Since the text tag isn’t working in the current version i’m guessing based on the available evidence that it was finally removed after being depreciated.

Ok. Thanks for the explanation.
Thank you even more for the revelation.
After looking at this for 2 hours, spread over 2 days, alternating with minecraft plugin making, I finally saw,
I made a typo.

I’ll correct it later.