Links
Tags
Creators
Details
All versions
0.3.0+mc26.3
Release
0.3.0+mc26.35 days ago 5
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. Mod Menu integration bumped to its 26.3 build.
Fixed
- Ported to the 26.3 APIs and data formats:
- Mega Trees: the giant birch/oak/acacia/cherry tree definitions moved to the game's new
worldgen/featureformat. - No Crop Trample (Fabric): follows vanilla's reworked farmland.
- Enderman block pickup: follows the renamed
Endermanclass. - The blasting/smelting recipes (blackstone from cobblestone, leather from rotten flesh) now state their cook time explicitly, as 26.3 requires. Times are unchanged.
- Mega Trees: the giant birch/oak/acacia/cherry tree definitions moved to the game's new
Notes
- NeoForge for 26.3 is still in beta; this build targets
26.3.0.7-beta. - No config changes; every toggle carries over.
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:uUaO8Uk1:DcKxo1eX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uUaO8Uk1:DcKxo1eX"
}

