public class StructureGelCompat
extends java.lang.Object
Introuces compatibility with other mods without them needing to use the API
as a dependency.
To add compatibility to your mod, check the
com.legacy.structure_gel.structure_gel_compat package. In your own mod,
create a package named "structure_gel_compat" in the same package as your
main @Mod class. Within that package, you need to make classes that mimic the
example classes found in com.legacy.structure_gel.structure_gel_compat that
apply to your needs.
If you encounter issues or find any bugs, please report them to the issue
tracker. https://gitlab.com/modding-legacy/structure-gel-api/-/issues
- Author:
- David