All versions
3.5.0
Release
Naturally Trimmed 3.5.0 for Neoforge 1.21.12 weeks ago 1,358
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
- Combined
material_blacklistandtag_whitelist_materialinto a singlematerial_filterconfig entry (same thing with the entries for trim patterns)- These filter entries now combine the respective regex blacklist and tag whitelist into one config entry while adding some more capabilities
- These config entries support advanced configuration, including blacklisting and whitelisting and matching for regex patterns and minecraft tags.
- See the respective entry in the new wiki's config page for complete documentation
vanilla_onlyconfig entry now applies independently of precautionary-filtering- Restructured config file format
- Trim filtering config entries are now into their own config category, similar to as already in the config screen
- Created a wiki
- https://github.com/Imajo24I/Naturally-Trimmed/wiki
- Acts as a place for central user-facing documentation
- Centralizes documentation between the config file and config screen
- Structured in a versioned approach, see the home page for more info on this
- Cleaned up the README.md and added links to the new wiki where appropriate
- Updated the documentation for lots of config entries
- Generally improved the documentation and added links to the new wiki where appropriate
Optional dependencies
Any compatible version
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:hHVaPgFK:bYHpp08s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hHVaPgFK:bYHpp08s"
}

