Unable to hide Neat's status bars on Programmable Controller
MuteTiefling opened this issue · 2 comments
Minecraft Version
1.12.2
Forge Version
14.23.5.2847
Mod Version
1.12.2-0.11.13-394
Describe your problem, including steps to reproduce it
Neat adds status bars floating above entities showing their health and name. It has a config option to hide these based on the entity's ID (discovered by using the F3 menu while looking at the entity.
Programmable controllers appear to use an entity with the ID of "null". I've attempted blacklisting these in Neat's configs by using both the string null and an empty string. The issue has been reported to them as well, however I wanted to bring it up with you too in case there's anything that needs doing on your end.
Any other comments?
Think this will be very easy to get round (add a getEntityString()
method to the programmable controller entity should do the trick - probably just return "Programmable Controller").