Interface RegisterPacks

All Known Implementing Classes:
RegisterPacksNeoForge

public interface RegisterPacks
Used to register the added packs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • registerpacks

      void registerpacks(Object modBus)
      Parameters:
      modBus - Required for NeoForge to work. Note that Fabric does NOT require doing this with ModContainer. (In fact, this would be problematic since each mod needs its own ModContainer to be used.)