Curios Light icon does not seem to apply
Raidobw2 opened this issue ยท 3 comments
Versions (Be specific, do not write "latest"):
- Curios:
curios-forge-1.18.2-5.0.7.0.jar
- Curios lights:
curiouslights-forge-1.1.0+1.18.2.jar
- Forge/Fabric:
Forge 40.1.20
Observed Behavior:
It looks like making a new light slot and giving it an icon will never render the correct texture for the icon. I've tried with KubeJS's assets folder as well as a normal resource pack
Expected Behavior:
The icon should load with the right texture injected in the resources
Steps to Reproduce:
- Configure the serverconfig:
#List of curio slot type settings
[[curiosSettings]]
identifier = "light"
size = 1
icon = "curios:item/empty_light_slot"
visible = true
- Put the png at the right spot in a resource pack/KubeJS assets folder, following the tutorial.
assets/curios/textures/item/empty_light_slot.png
- Load the game and access resource packs to enable it if needed
- Enter the world
- Notice the icon is empty in game, although the slot behaves correctly
...
Crash Log: Please use a paste site like hastebin. N/A
As instructed here:
Create a new resource directory
assets/curios/textures/slot
and place any.png
file in the slot folder.
You have your image in the item
directory, instead of the slot
directory. If you rename the directory, it should work.
Sorry for the delayed answer, thank you for your reply! I'll try that and quickly report back here