Class RegisterPacksFabric
java.lang.Object
io.github.gameking1happy.gk1hcore.packs.RegisterPacksFabric
- All Implemented Interfaces:
RegisterPacks
Fabric code for registering packs.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterpacks(Object unused) static voidMethod that registers every mods' packs by mod.
-
Constructor Details
-
RegisterPacksFabric
public RegisterPacksFabric()
-
-
Method Details
-
registerpacksFa
public static void registerpacksFa()Method that registers every mods' packs by mod. -
registerpacks
- Specified by:
registerpacksin interfaceRegisterPacks- Parameters:
unused- Fabric does NOT require using this for ModContainer. (In fact, this would be problematic since each mod needs its own ModContainer to be used.)
-