MovingBlocks / TeraNUI

Terasology's New User Interface
https://terasology.org/TeraNUI/
Apache License 2.0
4 stars 10 forks source link

[Preview/v4.x-snapshot] ModuleTypeRegistry type name fixes #75

Closed BenjaminAmos closed 4 months ago

BenjaminAmos commented 4 months ago

This pull request corrects an error in ModuleTypeRegistry where the wrong name string was used for a type. Class#toString produces an unstable and incorrect string, whereas the value of Class#getName was likely expected.

It also fixes an issue where no classes could be found due to not specifying class loaders to look in.