Matyrobbrt / RegistrationUtils

A minecraft library for multiloader registration utilities
MIT License
16 stars 3 forks source link

Group change has issues #3

Closed lilypuree closed 2 years ago

lilypuree commented 2 years ago

https://github.com/lilypuree/Decorative-Blocks/blob/1.19/build.gradle

I've updated the group field of the RegistrationUtils configuration to use 'lilypuree.decorative_blocks.registration', however the library files are relocated to 'lilypuree, stohun.decorative_blocks.registration' because I used "${mod_author}.${mod_id}.registration" before. I've tried restarting the ide invalidating caches, using the clean task etc but there's no difference, the libraries are relocated to the wrong directory and I can't use it.

lilypuree commented 2 years ago

image

Matyrobbrt commented 2 years ago

Have you tried deleting the build folder (of all subprojects and in the root project)?

lilypuree commented 2 years ago

removing regutils from modules and libraries in the project setting, removing all build folders and reloading actually changed the directory.

Matyrobbrt commented 2 years ago

Fixed in 1.19-1.3.0: https://github.com/Matyrobbrt/RegistrationUtils/commit/b07fe2cfbfc551dc0f0ce8c58b93e63a2c89f981