Fuzss / mindfuldarkness

Turning all the lights off! Automatic dark mode for guis; as configurable as possible.
https://www.curseforge.com/minecraft/mc-mods/mindful-darkness
Mozilla Public License 2.0
0 stars 2 forks source link

[Bug]: Unable to alter textures from Heartbond; possibly due to its location #3

Closed SplendidAlakey closed 1 year ago

SplendidAlakey commented 1 year ago

Mod Loader (Required)

Fabric

Minecraft Version (Required)

1.19.2

Mod Version (Required)

4.0.0

Notes (Required)

I can't get Heartbond's trinket slot to get affected by Mindful Darkness, despite putting it into the list. I suspect it might have something to do with them placing their icons into textures/item/, rather than textures/gui/.

  1. Add "heartbond:textures/item/empty_ender_heart_slot.png" to the paths in the config
  2. Launch the game and open your survival inventory
  3. Hover over the chest slot to expand the Trinket slots
  4. The expanded slot will remain in light mode, despite being on the list

2023-04-20_22 54 53

  1. Now alter which icon Heartbond uses via a datapack; I changed it from "icon": "heartbond:item/empty_ender_heart_slot" to "icon": "trinkets:gui/slots/charm"
  2. Add "trinkets:textures/gui/slots/*.png" to the MD's config
  3. Now the icon is dark

2023-04-20_23 13 26

I would report it to Heartbond, but 1 - they have no issues page and 2 - this seems like an issue with MD not recognizing the textures/item/ paths.

latest.log (Optional)

https://gist.github.com/SplendidAlakey/3803ed7330a07ef9b723487793db1163

Fuzss commented 1 year ago

Fixed now in v4.0.2. Thanks for reporting!