If a J3M or J3MD asset contains "Transparent true", the parser will setTransparent(false) since J3MLoader.parseBoolean() treats any word other than "On" as false.
Similarly for "Wireframe true" or "DepthWrite on" or "DepthTest yes".
It would be nice if parseBoolean() generated a diagnostic for words other than "On" or "Off".