Mythic Metals

Mythic Metals

5M Downloads

Move DefaultRegistryMixin identifiers to separate class

Qendolin opened this issue ยท 5 comments

commented

These identifiers pollute every instance of DefaultedRegistry which are quite a lot.

Identifier mythicCopperOre = RegistryHelper.id("copper_ore");

This does not cause any issues right now but it is very annoying seeing all those fields in my IDE when debugging.
Even worse they are not private.

image

commented

Should hopefully be fixed in latest commit. If you could try it out I would make a release if it seems good

commented

I don't really wanna download the source and setup the project, can you give me a jar?

commented

No problem, here you go: mythicmetals-0.11.4.zip

commented

Just tried it out, and it's fixed

commented

Fixed and released as of 0.11.4