Package-level declarations
Provides mod-platform entry points for the BetterModel API.
This package focuses on the mod runtime implementation surface for the generic API module. It exposes the mod-specific access point used by Fabric or similar mod integrations while keeping consumers aligned with the shared BetterModel contracts.
Example:
BetterModelMod api = ...;
var platform = api.platform();
Content copied to clipboard
Since
3.2.0