Missing texture target device dimension_icon.png + suggestion feature to fix it
djesty opened this issue ยท 0 comments
Hi!
I have a problem with the Target Device, when the dimension is not "overworld", "nether" or "the End", a purple and black square appears next to the name (for the 3 others dimensions I have a grass path block, netherrack block and end stone block).
So I decided to dig into the source code and found multiple if
statements with the vanilla dimensions and then an
if (block == null) ScreenUtils.bindTexture(DIMENSION_ICON);
The problem is DIMENSION_ICON
return a new ResourceLocation
from select_target_screen/dimension_icon
but dimension_icon.png
does not seem to exist in the folder...
[FIX DISCUSSED ON DISCORD]
It would be great to add a new feature for modpack makers where they could choose a block from their modpack and assign it to a particular dimension in the config file of wormhole mod.
Common dimensions to support I think of :
- Twilight Forest
- Ratlantis
- SonicCraft
- Aether
- Alfheim
- Undergarden
- Lost Cities
- RFTools Dimensions (as a single config line?)
- Compact Machine