Motschen's Better Leaves Resource Pack — Configuration
Configuration (overrides.json)
For advanced users and mod compatibility, the overrides.json file allows for manual configuration of how specific blocks are handled by the generator.
| Key | Purpose | Example |
|---|---|---|
noTint |
Blocks that should ignore biome colors. | "minecraft:azalea_leaves" |
leavesWithCarpet |
Maps a leaf block to its corresponding carpet/pile block. | "terrestria:sakura_leaves": "terrestria:sakura_leaf_pile" |
blockTextures |
Overrides the texture used for the bushy model. | "biomesoplenty:rainbow_birch_leaves": "minecraft:block/birch_leaves" |
overlayTextures |
Defines a secondary texture for fruit or flowers. | "biomesoplenty:pine_leaves": "biomesoplenty:block/pine_leaves_overlay" |
blockIds |
Maps internal names to specific texture files. | "terrestria:japanese_maple_leaves_dark": "terrestria:dark_japanese_maple_leaves" |
dynamicTreesNamespaces |
Links a mod's namespace to its Dynamic Trees counterpart. | "minecraft": "dynamictrees" |