johnvictorfs / simple-utilities-mod

A minecraft mod with some simple client-side interface utilities
https://modrinth.com/mod/simple-hud-utilities
MIT License
27 stars 21 forks source link

Fix support for ClothConfig/ModMenu #56

Closed SpencerBurgess closed 2 years ago

SpencerBurgess commented 2 years ago

The reasoning for this PR:

Changes addressed in this PR:

  1. AutoConfig is now maintained and part of the ClothConfig project, all dependencies on the old package are updated
  2. Incremented version number to 2.5.1 as this is a hotfix and contains no new features

You can find mentioned where the AutoConfig dependency was taken over by ClothConfig here: https://www.curseforge.com/minecraft/mc-mods/auto-config-updated-api

Found the issue from these comments on CurseForge: image

Image showing that the Settings icon is now visible again with ModMenu: java_sQJsdxCXZO

johnvictorfs commented 2 years ago

Oh interesting, thanks for the fix, will make a new release