Skip to content

Entrypoints

LIUKRAST edited this page Sep 5, 2024 · 1 revision

FrozenLib implements a few entrypoints which can be fired by child mods.

In order to add the entrypoint, add an entrypoint in your fabric.mod.json.

"frozenlib:CUSTOM_ENTRYPOINT": [
  "your.package.YourEntryPointClass"
],

Mob Categories

Name: mob_categories

Allows modification of mob categories

ModMenu Badges

Name modmenu_badges

Vein Type Categories

Name: vein_type_categories

Clone this wiki locally