Tags
Creators
Details
All versions
0.0.0+dev-4f2e0345
Beta
0.0.0+dev-4f2e03453 weeks ago 1
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
- docs: kubejs support (4f2e0345)
- feat: last modify public api (b795161b)
- feat: new api (763b7c21)
- feat: migrate builtins to public api (06bfe275)
- docs: all example polished (e6d4feda)
- docs: all example finished (ec53d5f8)
- fix: host and module kubejs register (de4ae200)
- feat: add expandable structure levels (e963c254)
- fix: resolve KubeJS extension callback overload (b13d2b59)
- fix: 往里修 (52b2a07d)
- fix: bind kubejs structure stage builder (f6d6f4db)
- fix: enable expandable gametest fixtures (ef4a3379)
- fix: isolate kubejs callback structure api (1e6e4bc0)
- docs: record task 3 review fix (3e30796b)
- fix: cover expandable structure boolean overload (6e2c7ba3)
- feat: expose expandable machine flag to kubejs (cda5eb16)
- feat: add kubejs expandable structure chain (5fef7bd6)
- fix: retain stage level slot requirements (7c3bb61c)
- feat: add kubejs structure stage builder (010d2cef)
- fix: a lot of fix (7cad3345)
More changes
- fix: format JEI smart interface ranges (5ffa76f1)
- docs: design JEI smart interface range display (5f7ac9c8)
- fix controller tick after removal (4acd38e7)
- chore: add diagnostics for controller and level names (f4022b3f)
- fix: avoid level type display name field clash (5246c124)
- fix: localize kjs level type names (c5c26e6f)
- feat: new kjs (43eee2a3)
- fix: rotate preview level states (f95d63af)
- fix: rotate preview metadata (81c02072)
- fix: rotate client preview patterns (12c54774)
- fix: simplify exported default block states (144897fe)
- test: cover rotated block state consumers (063a4ec7)
- chore: remove unrelated files from task commit (ac12f24b)
- fix: rotate block states with structures (2995a986)
- chore: remove forbidden review report (8ebc4101)
- test: cover preview state payload round-trip (b94bd7b9)
- fix: prioritize exact preview block states (875563e2)
- fix: complete export review findings (14670db4)
- fix: address export review findings (99912698)
- fix: export exact block states (4b4bf45b)
- test: bind export state predicates to pattern symbols (af8fbf4a)
- test: strengthen export regression fixtures (a87bab6b)
- test: define multiblock export regressions (b329b5cc)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mmcr-neoforge-26.1.2-0.0.0+dev-4f2e0345.jar | Unknown | 1.47 MiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:bUctkb7B:KwQMkHyl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bUctkb7B:KwQMkHyl"
}

