Class HexportationFabric

java.lang.Object
dev.kineticcat.hexportation.fabric.HexportationFabric
All Implemented Interfaces:
net.fabricmc.api.ModInitializer

public class HexportationFabric extends Object implements net.fabricmc.api.ModInitializer
This is your loading entrypoint on fabric(-likes), in case you need to initialize something platform-specific.
Since quilt can load fabric mods, you develop for two platforms in one fell swoop. Feel free to check out the Architectury templates if you want to see how to add quilt-specific code.
  • Constructor Details

    • HexportationFabric

      public HexportationFabric()
  • Method Details

    • onInitialize

      public void onInitialize()
      Specified by:
      onInitialize in interface net.fabricmc.api.ModInitializer