

More Density Functions
This utility mod expands the capabilities for datapack developers by adding new types of density functions for world generation. Thanks to these additions, operations that were previously impossible to perform with standard Minecraft functions become available.
Documentation and Usage
A complete list of all added functions with examples of their application can be found in the project's official documentation.
Planned Updates
Future versions of the mod plan to add:
- Voronoi noise and Worley cells
- Simplex noise
- Improved Cache2D implementation without self-invalidation
- Optimized version of Cache Once
- Multi-functions (for example,
moredfs:add
where input arguments represent a list of density functions)