promotional bannermobile promotional banner

Dynamic Trees: Universal Compat

Adds broad compatibility between Dynamic Trees and modded wood types. Automatically detects trees, registers species, and integrates growth systems. Built as a scalable framework to support many mods without requiring individual compat patches.
Back to Files

Forge-2.1

File namedynamictreescompat-2.1.jar
Uploader
GaboouuGaboouu
Uploaded
Aug 21, 2026
Downloads
35
Size
354.6 KB
Mod Loaders
Forge
File ID
8695837
Type
B
Beta
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:dynamic-trees-universal-compat-1504017:8695837")

Learn more about Curse Maven

What's new

Dynamic Trees: Universal Compat 2.0

Fixed

  • Fixed an endless generated-pack restart prompt caused by Forestry fireproof wood types resolving inconsistent sibling foliage between launches.
  • Forestry fireproof trees now bind to the canonical foliage for their base tree when available. For example, forestry:acacia_fireproof uses forestry:tree_acacia_default_leaves, and forestry:oak_fireproof uses forestry:tree_oak_default_leaves.
  • Added a regression test covering the unstable Forestry fireproof leaf bindings.