Tags
Creators
Details
All versions
0.0.0+dev-bfb448fc
Beta
0.0.0+dev-bfb448fc3 weeks ago 0
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
- test: stabilize distillation gametest (bfb448fc)
- start ci (f6b50b41)
- feat: world mesh cache to improve preview performance (4a6d1134)
- fix: gpu world preview render (a8cd9806)
- debug render (0fb8dba5)
- test: remove flaky expandable build gametest (39a7a653)
- perf: compile world preview meshes asynchronously (e8dfb247)
- fix: harden world preview gpu rendering (8581ca79)
- perf: draw preview meshes with persistent gpu buffers (3d7c9132)
- perf: batch world preview mesh drawing (58586a6c)
- test: cover player-specific preview cleanup (16b69e80)
- feat: add world preview mesh GPU uploader (f5348ef5)
- fix: clear world previews after terminal builds (d5f1fcef)
- feat: use cached meshes for world preview (2980aab6)
- feat: submit cached preview meshes by layer (44eccd1a)
- fix: route preview quads by material layer (1776743c)
- test: cover production translucent mesh sorting (514cc4c5)
- fix: connect task 2 compile review seams (199d1c45)
- fix: cover task 2 mesh compiler contracts (1d0d54a7)
- feat: batch world preview meshes (f32f4022)
More changes
- fix: require opaque preview mesh requests (e542590a)
- fix: harden world preview mesh cache (ad92da6b)
- feat: cache world preview meshes (01d2d1c0)
- dep: add sodium (4a515fe8)
- test: align gametests with incremental checks (b3e092b3)
- fix: resume deferred sentinel checks (8d21fb74)
- fix: bound incremental structure rechecks (18e19b53)
- fix: clear stale structure diagnostics (d808c4ee)
- fix: align terminal gametests with real ticker (7350295b)
- fix: isolate terminal gametest config (35f1a4dd)
- fix: close task 3 important findings (bbc602eb)
- fix: complete incremental scan gametests (cadbd3c0)
- fix: complete task 3 incremental scan verification (a774c124)
- perf: add active incremental structure scans (797853a7)
- fix: address final task 2 important findings (58d1cf7b)
- fix: address task 2 scan review findings (8621537f)
- docs: record task 2 report commit (62cb4cf5)
- docs: report incremental task 2 (005a926b)
- perf: scan large structures across ticks (50bde94d)
- fix: preserve structure retry window after mismatch (75e09ff9)
- perf: throttle multiblock structure retries (f51d6028)
- fix: enforce real-tick build budget (d5da2b41)
- Update .gitignore (11fb66b5)
- docs: record final review fix commit (20db53ed)
- fix: address final multiblock review findings (d7782b2e)
- test: add terminal assembly game test (3b3a289e)
- test: address task 3 structure review (6b7f54cb)
- perf: avoid redundant multiblock checks (3fec69af)
- fix: consume cached preview models (1a882d23)
- fix: complete task 2 preview review (d111543c)
- docs: clarify task 2 review concerns (ce62fcad)
- docs: record task 2 review fix (c1abf555)
- fix: address task 2 preview review findings (778ec69c)
- perf: cache and cull multiblock previews (ef1a29eb)
- fix: address task 1 build review findings (3fe2ac2f)
- perf: batch multiblock building across ticks (f0155a89)
- feat: new big machine (c0b3bf9c)
- feat: configure multiblock state matching (6115317f)
- chore: example api use (fd0e5cb7)
- fix: a lot of bug fix feat: a lot of new api chore: new example machine (52e8e985)
- fix: preserve data components when normalizing outputs (5cbb2cee)
- fix: match preview lighting to noon (27344f01)
- chore: forget controller (fdb76b8e)
- fix: mark preview lightmap as renderable (32361389)
- fix: isolate JEI preview lighting (c1d5a5cf)
- fix: life cycle / feat: service register (9f747004)
- fix: life cycle / feat: service register (026ffa23)
- fix: event lifecycle (bc8b728d)
- new: KubeJSApi (f3c4e55e)
- docs: clean (da37498e)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mmcr-neoforge-26.1.2-0.0.0+dev-bfb448fc.jar | Unknown | 1.53 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:x8SGL2XE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bUctkb7B:x8SGL2XE"
}

