
loading of resources
DerKlosteinRaucher opened this issue · 2 comments
Describe the bug
On start IR cant find several resources
How to reproduce
Steps to reproduce the unwanted behavior:
- Have IR 1.10 installed
- Start the Game
- Watch the log
Expected behavior
Following warnings should appear, when you load into the game:
[Worker-ResourceReload-5/WARN]:Unsafe tag access before load, try to avoid this if possible
(multiple times)[Worker-ResourceReload-13/WARN]:Unable to load model: 'immersiverailroading:item_rail_part#inventory' referenced from: immersiverailroading:item_rail_part#inventory: {}
(this should appear for several items)Exception loading blockstate definition: immersiverailroading:blockstates/block_rail_preview.json: java.io.FileNotFoundException: immersiverailroading:blockstates/block_rail_preview.json
System Information
OS: Windows 10
System Memory: 12 GB
Allocated Memory: 6 GB
CPU: AMD Ryzen 7 2700
GPU: Radeon 56, 8 GB HMB2
IR-Version: 1.10_1.16.5
Forge-Version: [e.g. "1.16.5 - 36.2.34
latest.log
https://pastebin.com/kXhzqmjA
Additional context
This error doesnt crash minecraft, but it takes ages to load the game.
The missing block state error and unable to load model errors are just because MC assumes that they load as standard-rendered blocks/items. There’s nothing actually missing because these renders operate independently of the vanilla block and item rendering pipeline.
As for it taking ages to load, 85% of that time will be UMC pre-caching rolling stock textures.
None of the warnings listed are causing a significantly longer load time.