Minecraft Server
Overview
Section titled “Overview”Fabric Minecraft 1.21.11 server deployed via Agones on Kubernetes. Multi-stage Docker build compiles a Rust JNI behavior tree mod and bundles it with performance mods from Modrinth.
Mod Stack
Section titled “Mod Stack”| Mod | Purpose |
|---|---|
| Fabric API | Required dependency |
| C2ME | Concurrent chunk management |
| VMP | Very many players optimization |
| Lithium | General server optimization |
| FerriteCore | Memory usage optimization |
| ServerCore | Server-side performance tweaks |
| Chunky | Chunk pre-generation |
| Old Combat Mod | 1.8-style combat mechanics |
| behavior_statetree | Rust/Tokio NPC AI via JNI |
Architecture
Section titled “Architecture”Rust cdylib (behavior_statetree) └─► Gradle/Fabric Loom bundles .so into JAR └─► Docker multi-stage build └─► itzg/minecraft-server:java21 └─► Agones Fleet (arc-runners namespace)Related
Section titled “Related”- Agones MC Fleet — Kubernetes deployment
- behavior_statetree — Rust AI mod source