Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load modifier-model #147

Open
Keaft opened this issue Apr 2, 2024 · 0 comments
Open

Cannot load modifier-model #147

Keaft opened this issue Apr 2, 2024 · 0 comments

Comments

@Keaft
Copy link

Keaft commented Apr 2, 2024

I'm getting a bunch of "Cannot load modifier-model" errors through a FileNotFoundException.
They start around line 3343: latest.log

illusivesoulworks/constructsarmory#108 is the only other place I've seen this error.

Here is a snippet of one of the errors:

[01:45:21] [Client thread/ERROR]: Cannot load modifier-model conarm:models/item/modifiers/tconevo.draconic_shield_capacity_armor
java.io.FileNotFoundException: conarm:models/item/modifiers/tconevo.draconic_shield_capacity_armor.json
	at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
	at slimeknights.tconstruct.library.client.model.ModelHelper.getReaderForResource(ModelHelper.java:79) ~[ModelHelper.class:?]
	at slimeknights.tconstruct.library.client.model.ModelHelper.getReaderForResource(ModelHelper.java:74) ~[ModelHelper.class:?]
	at slimeknights.tconstruct.library.client.model.ModelHelper.loadTexturesFromJson(ModelHelper.java:84) ~[ModelHelper.class:?]
	at slimeknights.tconstruct.library.client.model.ModifierModelLoader.loadFilesIntoCache(ModifierModelLoader.java:150) [ModifierModelLoader.class:?]
	at slimeknights.tconstruct.library.client.model.ModifierModelLoader.loadModel(ModifierModelLoader.java:78) [ModifierModelLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) [ModelLoaderRegistry.class:?]
	at c4.conarm.client.utils.ArmorModelLoader.loadModel(ArmorModelLoader.java:153) [ArmorModelLoader.class:?]

Do those files need to generate? If so do I need to refresh it somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant