Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 5 days ago
All versions
2.0
Release
Chapters 2.05 days ago 12
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Major port to Minecraft / NeoForge 26.1.2 (Java 25).
Changes
- Full API port for NeoForge 26.1 (
Identifier, networking, attachments, FTB/JEI/KubeJS adaptations). - Vanilla bucket pickup/place and cauldron interactions are gated when fluids are locked (replaces the removed fill-bucket event path).
- Mekanism chemical compat is compiled out until a 26.1 Mekanism release exists (
enable_mekanism=false). - Works around KubeJS embedding a broken Better Advanced Tooltips build.8 by Jar-in-Jaring BAT 2601.1.0-build.9+ so NeoForge selects the fixed jar at runtime.
- Dev runs: Alice (
runClient) and Bob (runClientBob) plus shared rootkubejs/linking for dual-client testing.
Requirements
- Minecraft 26.1.2
- NeoForge 26.1.x
- Java 25
- JEI (optional, to hide locked recipes/items client-side)
- KubeJS (optional)
- FTB Library / FTB Teams / FTB Quests (all optional; auto-detected at runtime)
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:kBw6VkrT:NtRYiigW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kBw6VkrT:NtRYiigW"
}

