More Density Functions
Like the title says, this is a utility mod that adds more density functions types for data pack developers. With these additions, you will be able to do things that were previously impossible with the vanilla density function types.
Functions Added, check the Wiki for more details
- Ceil
- Floor
- Round
- Signum
- Direct X, Y, and Z coordinate outputs
- X/Z Clamped Gradients
- Sine
- Power
- Reciprocal
- Floor Division
- Division
- Floor Modulo
- Modulo
- Shifting (for functions)
- Subtract
- Negation
Future Additions
- Add Neoforge support
- Add more functions (Pull requests appreciated! Or just general suggestions on the source code). I currently plan on adding...
- Derivative Function(? Idk what this would mean or do)
- Voronoi Noise
- Random Number Call for Region
- Properly implement Simplex Noise