Naturally Trimmed

Minecraft mod that applies armor trims to naturally generated armor and equipment from mobs, loot tables and trades

File Details

Naturally Trimmed 3.5.0 for Neoforge 1.21.1

  • R
  • Jul 1, 2026
  • 120.91 KB
  • 128
  • 1.21.1
  • NeoForge

File Name

naturally_trimmed-3.5.0+1.21.1-neoforge.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:naturally-trimmed-1005441:8352579"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Combined material_blacklist and tag_whitelist_material into a single material_filter config 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_only config 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
  • 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