You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have encountered a crash lately that appears to have been caused by Blueprint and involves RemoldedResourceManager, it may be because of one of the mods mentioned above and not Blueprint's fault.
Explanation of the issue:
If you see a crash that looks like the following with some slight package name differences, it is most likely not Blueprint's fault.
java.lang.ClassCastException: class com.teamabnormals.blueprint.common.remolder.RemoldedResourceManager cannot be cast to class com.finndog.mes.mixins.resources.ReloadableResourceManagerImplAccessor
It appears all the mods mentioned are using Repurposed Structures' method of loading multiple files with the same name/path across all datapacks. However, a mixin is not needed to do this and is entirely possible with vanilla methods. See this commit for proof: TelepathicGrunt/RepurposedStructures@35f9f9a
The text was updated successfully, but these errors were encountered:
If you have encountered a crash lately that appears to have been caused by Blueprint and involves
RemoldedResourceManager
, it may be because of one of the mods mentioned above and not Blueprint's fault.See TelepathicGrunt/RepurposedStructures#324.
Please use Repurposed Structures versions 7.1.12 and above.
Please use Integrated API versions 1.4.1 and above.
The other two mods mentioned in the title still need to fix their issue.
See FinnSetchell/MoogsEndStructures#6
Explanation of the issue:
If you see a crash that looks like the following with some slight package name differences, it is most likely not Blueprint's fault.
It appears all the mods mentioned are using Repurposed Structures' method of loading multiple files with the same name/path across all datapacks. However, a mixin is not needed to do this and is entirely possible with vanilla methods. See this commit for proof: TelepathicGrunt/RepurposedStructures@35f9f9a
The text was updated successfully, but these errors were encountered: