cScotPlay / BasicNetherOres

Creates Vanilla & Modded Ore Blocks in the Nether Dimension
2 stars 10 forks source link

[1.18.2 Fabric] "FileAlreadyExistException" error in logs. #48

Closed Gbergz closed 1 year ago

Gbergz commented 2 years ago

Title^

When the game boots up sometimes, the error "java.nio.file.FileAlreadyExistsException: resourcepacks\Basic Nether Ores 16x.zip" comes up in the logs. Is this normal?

This doesn't happen on the Forge version of the mod.

Error in logs: https://gist.github.com/Gbergz/41669a046fea9e167d50e1b7e2614f75

EDIT: Also, pretty sure always when this happens, all custom items in KubeJS loses their name localization & some textures are going missing. Edit 2: This might not be related, but it does happen everytime the error above happens.

> Versions: Fabric Version: 0.14.9 Fabric API Version: 0.58.0+1.18.2 | https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/3891301 Basic Nether Ores: 1.18.2-7.2.0 | https://www.curseforge.com/minecraft/mc-mods/basic-nether-ores/files/3679776

- Gbergz