File Details
more_density_functions-fabric-mc1.20_v1.0.4.jar
- R
- May 26, 2024
- 50.54 KB
- 13.3K
- 1.20.4+6
- Fabric
File Name
more_density_functions-fabric-mc1.20_v1.0.4.jar
Supported Versions
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
Curse Maven Snippet
- Fixed double input range to be consistent with vanilla.
- Renamed
inputfield toargumentin some cases to be consistent with vanilla. - Fixed min/max optimizations for some functions where there were issues.
- Added an imaginary number check for sqrt.
- Changed the error_value output for divide by 0 cases to be an error_output density function (more flexibility).
- Added error_output, min/max_output fields to Power function.
- Changed min/max y value output to be bound by the vanilla maximum dimension height limits (-2032,2032).
- Made ALL of the min/max_output and error_output fields OPTIONALS (e.g. you can leave them blank or define them). Default min/max is -1,1 respectively. Default error_output is 0.
- Added an experimental SimplexNoise density function. Octaves and amplitudes are currently not editable, and the noise used is always the same.

