Hello!
I have problems when using my own ItemType
-serializer. Configurate gives me this error.
I am registering my serializer here. The serializer is here. Even not registering and then using by default the Sponge CatalogTypeSerializer
doesn’t work.
I think it is because of the mixins that add the ItemType
interface to the nms-item but in the root the item is a ColoredItem
in this example and can’t be serialized because of the fact that there is no serializer for ColoredItem
.
Edit: Seems so, that my Location
-serializer also doesn’t work. They all seem to not get registered. What am I doing wrong?