TerraformersMC/Cinderscapes

Model loading warnings

Closed this issue · 1 comments

l2dy commented

When I start Minecraft 1.19.4 with Cinderscapes v3.2.0, the following logs are printed on start.

[23:51:18] [Render thread/ERROR]: Registry 'terraform:boat' was empty after loading
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/golden_boots_gold_trim' referenced from: minecraft:golden_boots#inventory: java.io.FileNotFoundException: minecraft:models/item/golden_boots_gold_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/iron_leggings_iron_trim' referenced from: minecraft:iron_leggings#inventory: java.io.FileNotFoundException: minecraft:models/item/iron_leggings_iron_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/iron_chestplate_iron_trim' referenced from: minecraft:iron_chestplate#inventory: java.io.FileNotFoundException: minecraft:models/item/iron_chestplate_iron_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/diamond_leggings_diamond_trim' referenced from: minecraft:diamond_leggings#inventory: java.io.FileNotFoundException: minecraft:models/item/diamond_leggings_diamond_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/netherite_boots_netherite_trim' referenced from: minecraft:netherite_boots#inventory: java.io.FileNotFoundException: minecraft:models/item/netherite_boots_netherite_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/netherite_helmet_netherite_trim' referenced from: minecraft:netherite_helmet#inventory: java.io.FileNotFoundException: minecraft:models/item/netherite_helmet_netherite_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/iron_boots_iron_trim' referenced from: minecraft:iron_boots#inventory: java.io.FileNotFoundException: minecraft:models/item/iron_boots_iron_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/diamond_chestplate_diamond_trim' referenced from: minecraft:diamond_chestplate#inventory: java.io.FileNotFoundException: minecraft:models/item/diamond_chestplate_diamond_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/golden_chestplate_gold_trim' referenced from: minecraft:golden_chestplate#inventory: java.io.FileNotFoundException: minecraft:models/item/golden_chestplate_gold_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/netherite_leggings_netherite_trim' referenced from: minecraft:netherite_leggings#inventory: java.io.FileNotFoundException: minecraft:models/item/netherite_leggings_netherite_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/iron_helmet_iron_trim' referenced from: minecraft:iron_helmet#inventory: java.io.FileNotFoundException: minecraft:models/item/iron_helmet_iron_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/golden_leggings_gold_trim' referenced from: minecraft:golden_leggings#inventory: java.io.FileNotFoundException: minecraft:models/item/golden_leggings_gold_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/golden_helmet_gold_trim' referenced from: minecraft:golden_helmet#inventory: java.io.FileNotFoundException: minecraft:models/item/golden_helmet_gold_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/netherite_chestplate_netherite_trim' referenced from: minecraft:netherite_chestplate#inventory: java.io.FileNotFoundException: minecraft:models/item/netherite_chestplate_netherite_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/diamond_helmet_diamond_trim' referenced from: minecraft:diamond_helmet#inventory: java.io.FileNotFoundException: minecraft:models/item/diamond_helmet_diamond_trim.json
[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/diamond_boots_diamond_trim' referenced from: minecraft:diamond_boots#inventory: java.io.FileNotFoundException: minecraft:models/item/diamond_boots_diamond_trim.json

[23:51:18] [Render thread/ERROR]: Registry 'terraform:boat' was empty after loading

This is Fabric being dumb and there is nothing we can do about it. If we don't create the empty registry, then the game crashes. The only impact of that log line is your logs are one line longer...

[23:51:19] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/golden_boots_gold_trim' referenced from: minecraft:golden_boots#inventory: java.io.FileNotFoundException: minecraft:models/item/golden_boots_gold_trim.json
...

The rest of these are already fixed in the 1.20 prereleases. They also have no impact on gameplay, just log size. IF I am backporting any actual fixes to 1.19 releases and I have spare time , I may backport the change to avoid these log lines alongside.