rename manifest-addon-loader to addon-loader-manifest

This commit is contained in:
dfsek
2026-01-02 22:15:14 -07:00
parent e9d30b8794
commit b9af66848a
49 changed files with 36 additions and 36 deletions

View File

@@ -19,7 +19,7 @@ import com.dfsek.terra.api.addon.BaseAddon;
* It is a minimal base for addon loaders to be implemented on top of.
* <p>
* Unless you are writing your own addon loader, you will want to depend on the
* {@code manifest-addon-loader} addon, and implement its AddonInitializer.
* {@code addon-loader-manifest} addon, and implement its AddonInitializer.
*
* @param <T> Type of addon this bootstrap addon loads
*/