World not loading when attempting to add a slot icon.
TERROR180 opened this issue ยท 2 comments
Versions (Be specific, do not write "latest"):
- Curios: forge-1.19.2-5.1.1.0
- Forge: 43.1.52
- Dynamic Lights: 1.19.2.1
- Radiant Gear (Forge): forge-2.0.0+1.19.2
Observed Behavior: World not loading with a message:
Expected Behavior: World loading
Steps to Reproduce:
- Create a datapack to add a new slot called "light" in "datapacks\lights\data\curios\tags\items\light.json"
- Create a resourcepack with the icon image in "light_slot_pack\assets\curios\textures\slot\Light_Slot.png"
- Modify the "curios-server.toml" file as following:
- Turn on the game
- Enable the resourcepack
- Start the world
When removing the "icon" line from "curios-server.toml" world loads correctly, and everything functions properly, so I must've done something wrong with the resourcepack, though I have no idea what.
I'm not sure what's going on here, although from what you've described it does sound like some kind of issue with parsing the icon. Just taking a stab in the dark, can you try using all lowercase letters in the name of the image and try again?
If that doesn't work, can you please try to load up the world and then grab either the crash log or the latest.log
file from that session so that I can look at what could be going wrong.