Tags
Creators
Details
All versions
1.21.11-0.4r
Release
Artemis' Thin Logs 0.4r2 days ago 3
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
Added:
- Added thin pale oak logs.
- Added thin stripped pale oak logs.
- Added thin pale oak trees to Pale Garden biomes.
- Added pale oak thin log recipes, loot, models, names, and worldgen data.
Changed:
- Updated thin log rendering to work with the newer Minecraft model/rendering system.
- Thin logs are no longer treated as normal log items by recipe tags.
Fixed:
- Fixed thin logs being usable as full-value logs in recipes like campfires.
- Fixed thin logs being usable as full-value logs for charcoal smelting.
- Fixed thin trees generating in Deep Dark and Dripstone Caves.
- Fixed thin trees generating in snowy/ice spike biome placement where they did not belong.
- Fixed thin trees generating on top of leaves, logs, or other thin logs.
- Fixed thin tree generation replacing canopy/log support blocks with dirt underneath.
- Fixed carpet and snow overlays not being included in model data correctly.
- Fixed overlay placement/removal updates for the newer interaction API.
- Fixed missing block tag coverage for thin logs, including pale oak and common natural/stripped log tags.
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:zf33MPFz:phHQjlQ2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zf33MPFz:phHQjlQ2"
}

