Safrodev / oxidized

GNU General Public License v3.0
10 stars 8 forks source link

Log errors #23

Closed NealSavage closed 2 years ago

NealSavage commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Fixed in 1.7.0