You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
Describe the bug
On start IR cant find several resources
How to reproduce
Steps to reproduce the unwanted behavior:
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
Modlist
![Image](https://private-user-images.githubusercontent.com/58188797/410157832-091c06c9-e871-4e91-963d-3fdeda2113d5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDQxMjIsIm5iZiI6MTczOTM0MzgyMiwicGF0aCI6Ii81ODE4ODc5Ny80MTAxNTc4MzItMDkxYzA2YzktZTg3MS00ZTkxLTk2M2QtM2ZkZWRhMjExM2Q1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3MDM0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUwMDZhZjRkMjg2OGJiOGU1NzM3OTJhYjVkNDY5YmVjZWE1MDRjMGJhNTlhNTVkNzk2YTBlYTRjYWE0MDhkOTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yOyYUaVahyVmf-mFP8pljwsEQTjs2jyoJODHktnKQ2M)
latest.log
https://pastebin.com/kXhzqmjA
Additional context
This error doesnt crash minecraft, but it takes ages to load the game.
The text was updated successfully, but these errors were encountered: