Links
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 days ago
All versions
0.3.0+mc26.3
Release
0.3.0+mc26.33 days ago 7
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client and server
Changes
Changed
- Updated for Minecraft 26.3 (Fabric Loader 0.19.5+ / Fabric API 0.161.0+; NeoForge
26.3.0.7-beta+). Requires Minecraft 26.3.
Fixed
- Ported to the 26.3 APIs: block codecs (removed from the game) and the 26.3 resource/data pack formats.
Notes
- NeoForge for 26.3 is still in beta; this build targets
26.3.0.7-beta. - No world or config changes; placed hoppers, their filters, and their magnet toggle carry over exactly as saved.
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:4eu9bIrL:dmYtfcX2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4eu9bIrL:dmYtfcX2"
}

