Enriched

Enriched

129k Downloads

Exception loading blockstate definition / Unable to load model

davidalb97 opened this issue ยท 1 comments

commented

Describe the bug
Found multiple errors on minecraft startup log.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Install all mods on modlist.
  2. Startup minecraft client.
  3. Watch startup log for any "Exception loading blockstate definition" / "Unable to load model" warnings.

Modlist:

Expected behavior
No errors on the console after minecraft startup.

Environment:

  • VanillaEnhanced Version: 1.9.0
  • Minecraft Version 1.17.1
  • Fabric Loader Version 11.6
  • Fabric API Version 0.40.1

Logs (Exception loading blockstate definition)

[Worker-Main-14/WARN]: Exception loading blockstate definition: vanillaenhanced:blockstates/amethyst_ore.json: java.io.FileNotFoundException: vanillaenhanced:blockstates/amethyst_ore.json
[Worker-Main-14/WARN]: Exception loading blockstate definition: 'vanillaenhanced:blockstates/amethyst_ore.json' missing model for variant: 'vanillaenhanced:amethyst_ore#'
[Worker-Main-14/WARN]: Exception loading blockstate definition: vanillaenhanced:blockstates/deepslate_amethyst_ore.json: java.io.FileNotFoundException: vanillaenhanced:blockstates/deepslate_amethyst_ore.json
[Worker-Main-14/WARN]: Exception loading blockstate definition: 'vanillaenhanced:blockstates/deepslate_amethyst_ore.json' missing model for variant: 'vanillaenhanced:deepslate_amethyst_ore#'
[Worker-Main-14/WARN]: Exception loading blockstate definition: vanillaenhanced:blockstates/amethyst_block.json: java.io.FileNotFoundException: vanillaenhanced:blockstates/amethyst_block.json
[Worker-Main-14/WARN]: Exception loading blockstate definition: 'vanillaenhanced:blockstates/amethyst_block.json' missing model for variant: 'vanillaenhanced:amethyst_block#'

Logs (Unable to load model)

[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst#inventory' referenced from: vanillaenhanced:amethyst#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_ore#inventory' referenced from: vanillaenhanced:amethyst_ore#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_ore.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:deepslate_amethyst_ore#inventory' referenced from: vanillaenhanced:deepslate_amethyst_ore#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/deepslate_amethyst_ore.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_block#inventory' referenced from: vanillaenhanced:amethyst_block#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_block.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_shovel#inventory' referenced from: vanillaenhanced:amethyst_shovel#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_shovel.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_pickaxe#inventory' referenced from: vanillaenhanced:amethyst_pickaxe#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_pickaxe.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_axe#inventory' referenced from: vanillaenhanced:amethyst_axe#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_axe.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_sword#inventory' referenced from: vanillaenhanced:amethyst_sword#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_sword.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_hoe#inventory' referenced from: vanillaenhanced:amethyst_hoe#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_hoe.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_helmet#inventory' referenced from: vanillaenhanced:amethyst_helmet#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_helmet.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_chestplate#inventory' referenced from: vanillaenhanced:amethyst_chestplate#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_chestplate.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_leggings#inventory' referenced from: vanillaenhanced:amethyst_leggings#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_leggings.json
[Worker-Main-14/WARN]: Unable to load model: 'vanillaenhanced:amethyst_boots#inventory' referenced from: vanillaenhanced:amethyst_boots#inventory: java.io.FileNotFoundException: vanillaenhanced:models/item/amethyst_boots.json
commented

This is due to the removal of the models and textures of these items. These items will be removed in the future. I'll implement something to get rid of these errors with the next patch.