[BUG] [Server thread/ERROR] [structurize/]: Error loading blueprint: java.io.FileNotFoundException: null
daniilmeranov opened this issue ยท 3 comments
Is there an existing issue for this?
- I have searched the existing issues
Are you using the latest MineColonies Verison?
- I am running the latest alpha version of MineColonies for my Minecraft version.
Did you check on the Wiki? or ask on Discord?
- I checked the MineColonies Wiki and made sure my issue is not covered there. Or I was sent from discord to open an issue here.
Minecraft Version
1.19
MineColonies Version
1.0.1004-ALPHA
Structurize Version
1.0.443-ALPHA
Related Mods and their Versions
Forge 43.1.1
blockui-1.19-0.0.61-ALPHA
domum_ornamentum-1.19-1.0.60-ALPHA-universal
multi-piston-1.19-1.2.16-ALPHA
exoticbirds-1.19.2-2.6.0
FarmersDelight-1.19-1.1.2
jei-1.19.2-forge-11.2.0.256
journeymap-1.19.1-5.9.0beta2-forge
NaturesCompass-1.19.2-1.9.7-forge
Reproduction Steps
Caledonia build style. Miner.
Logs
https://gist.github.com/daniilmeranov/9d493faf37818965eebb384c8033bf5c
Anything else?
It looks like the needsFallBack function, which finds out whether the style defines its own mining nodes, has a flaw in it which causes the log spam:
The StructurePacks#getBluePrint function throws a FileNotFoundException instead of returning null, so this function would probably never return true (which is the expected outcome in case of Caledonia)