- Fixed an issue where the power density function had an incorrect field name ("exponent"->"exp)
- Initial Forge Release!
- Added icon for mod loaders
- Fixed issue where fabric mod version was incorrect (bad for dependencies)
- Added support for 1.21!
- Added icon for mod loaders
- Fixed issue where fabric mod version was incorrect (bad for dependencies)
- Fixed double input range to be consistent with vanilla.
- Renamed
input
field toargument
in 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.
- Fixed div by 0 for regular modulo, not just floor
- Added new "error_value" fields to all division/modulo operations, for better handling of divide by 0 errors.
- Fixed Divide by 0 error for Modulo functions (oopsie).
-
Added new Density Functions
- Floor Mod
- Signum
- Divide
-
Fixed an important bug where all Density Function inputs needed to be inline and could not be references.
-
Fixed an important bug where not all Density Functions sampled values properly
- Initial Release
- Initial Release
- Note: this version has some issues, please use the 1.20.5 version until v1.0.2 releases for this.