Skip to content

API‐Overview

Waterpicker edited this page Jul 21, 2026 · 1 revision

API Overview

The shared API is under common/src/main/java/org/dimdev/limlib/api.

Most of it falls into the following subsystems:

Smaller utilities include Config, MutableBlockEntityType, SimpleEvent, EntityUtils, FluidDetails, and LimlibTravelling.

Module Layout

  • common/: shared API, implementation, resources, and mixins
  • fabric/: Fabric entrypoints and Fabric-specific integration
  • neoforge/: NeoForge entrypoints and NeoForge-specific integration

Build commands and published coordinates are covered in Building and publishing. Version requirements are covered in Versioning and stability.

Clone this wiki locally