An API that supports different mod loaders and is the basis of mods like Factocrafty
  • Java 97%
  • Kotlin 3%
Find a file
2026-05-15 00:32:04 -03:00
.github re-added mod resources publishing 2026-04-10 13:46:07 -03:00
build-logic Beta 2.2.7.2617.3 2026-05-01 23:53:11 -03:00
gradle re-added mod resources publishing 2026-04-10 13:46:07 -03:00
src/main fix: off-center text in the Factory Config screen 2026-05-15 00:32:04 -03:00
versions Beta 2.2.7.2617.2 2026-04-30 01:28:20 -03:00
.gitignore fix(github): updated .gitignore for common access transformer path 2026-05-02 00:14:24 -03:00
.pre-commit-config.yaml Beta 2.2.7.2615.0 2026-04-07 16:37:13 -03:00
.sc_active_version Beta 2.2.7.2615.0 2026-04-07 16:37:13 -03:00
build.fabric.gradle.kts Beta 2.2.7.2615.0 2026-04-07 16:37:13 -03:00
build.fabricmc.gradle.kts Beta 2.2.7.2615.0 2026-04-07 16:37:13 -03:00
build.forge.gradle.kts fix: off-center text in the Factory Config screen 2026-05-15 00:32:04 -03:00
build.neoforge.gradle.kts Beta 2.2.7.2615.1 2026-04-07 17:22:34 -03:00
CHANGELOG.md Beta 2.2.7.2617.3 2026-05-01 23:53:11 -03:00
gradle.properties ready for publish 2026-05-02 01:54:19 -03:00
gradlew Beta 0.1.6.1 2023-03-26 13:00:06 -03:00
gradlew.bat Beta 0.1.6.1 2023-03-26 13:00:06 -03:00
LICENSE.md Release 1.20.4-2.1 2024-02-09 01:20:11 -03:00
README.md Beta 2.2.2501.22 2025-01-10 04:53:39 -03:00
settings.gradle.kts Beta 2.2.7.2617.2 2026-04-30 01:28:20 -03:00
stonecutter.gradle.kts re-added mod resources publishing 2026-04-10 13:46:07 -03:00

curseforge modrinth fabric forge quilt

🥽 About

An API that adds several client and server side functions, both for developers and those who make resource packs, among them:

  • UI Definitions, to add or modify countless elements of the screens and GUI, either using resource packs (main function) or by code
  • Essential Events, most of them abstracting directly from the mod loaders
  • A Common Network, to send and register payloads in a unified way, requiring almost zero changes between the supported versions
  • Several common implementations among modloaders of item, fluid and energy storage with the correct exposure for the respective APIs
  • A way to have block lighting levels with access to Level (only implemented in Fabric, Forge and NeoForge already have this)