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

Log errors #23

Closed
NealSavage opened this issue May 12, 2022 · 2 comments
Closed

Log errors #23

NealSavage opened this issue May 12, 2022 · 2 comments

Comments

@NealSavage
Copy link

NealSavage commented May 12, 2022

Upon game startup, the multimc console output puts out a bunch of errors that I think are attributed to this mod. I am on fabric, 1.18.2, and the version of the mod is 1.6.3. Here's the relevant lines of the log

[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:copper_kiln' referenced from: oxidized:copper_kiln#facing=north,lit=true: java.io.FileNotFoundException: minecraft:models/copper_kiln.json
[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:textures/copper_hoe' referenced from: minecraft:iron_hoe#inventory: java.io.FileNotFoundException: minecraft:models/textures/copper_hoe.json
[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:textures/copper_axe' referenced from: minecraft:iron_axe#inventory: java.io.FileNotFoundException: minecraft:models/textures/copper_axe.json
[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:textures/copper_helmet' referenced from: minecraft:chainmail_helmet#inventory: java.io.FileNotFoundException: minecraft:models/textures/copper_helmet.json
[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:textures/copper_pickaxe' referenced from: minecraft:iron_pickaxe#inventory: java.io.FileNotFoundException: minecraft:models/textures/copper_pickaxe.json
[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:textures/copper_boots' referenced from: minecraft:chainmail_boots#inventory: java.io.FileNotFoundException: minecraft:models/textures/copper_boots.json
[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:textures/copper_chestplate' referenced from: minecraft:chainmail_chestplate#inventory: java.io.FileNotFoundException: minecraft:models/textures/copper_chestplate.json
[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:textures/copper_leggings' referenced from: minecraft:chainmail_leggings#inventory: java.io.FileNotFoundException: minecraft:models/textures/copper_leggings.json
[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:textures/copper_sword' referenced from: minecraft:iron_sword#inventory: java.io.FileNotFoundException: minecraft:models/textures/copper_sword.json
[19:32:40] [Worker-Main-3/WARN]: Unable to load model: 'minecraft:textures/copper_shovel' referenced from: minecraft:iron_shovel#inventory: java.io.FileNotFoundException: minecraft:models/textures/copper_shovel.json

@Safrodev
Copy link
Owner

Only one of these logs errors are from oxidized, which I can fix in the next release. The rest of these are from other mods.

@Safrodev
Copy link
Owner

Safrodev commented Jun 9, 2022

Fixed in 1.7.0

@Safrodev Safrodev closed this as completed Jun 9, 2022
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

2 participants