1.4
Compatibility
Required content
Changes
Changelog:
v1.4 (First Release)
Fixed modded addon trees (Biomes O' Plenty, Regions Unexplored, etc.) awarding zero XP due to missing PMMO datapack entries Added PMMO XP fallback chain: explicit config → vanilla oak_log values → AutoValues All addon tree logs now award the same woodcutting XP as vanilla logs out of the box
v1.3 (Not released)
Fixed PMMO version requirement to support base Project MMO 1.7.4+ (was incorrectly requiring 2.0+)
v1.2 (Not released)
Fixed thick trees (large trunks) not awarding XP — TrunkShellBlock detection added Fixed root breaks not awarding XP — DestroyType.ROOT now handled Fixed player attribution for thick trees with position mismatch between shell and core blocks Tightened nearby player search radius to 2 blocks to prevent false attribution Added support for non-log trees (cactus, mushroom) via primitive log matching Added volume-based XP fallback for trees with empty payloads
v1.0 (Not released)
Detects DynamicTrees tree felling via FallingTreeEntity interception Counts logs in tree payload and awards PMMO woodcutting XP per log Supports PMMO party XP sharing
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:yR2vKhQ4:svdASutq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yR2vKhQ4:svdASutq"
}

