promotional bannermobile promotional banner

More Density Functions

Adds more density functions for more powerful world terrain generation.

File Details

more_density_functions-fabric-mc1.19_v1.0.4.jar

  • R
  • May 26, 2024
  • 50.80 KB
  • 50
  • 1.19.2+2
  • Fabric

File Name

more_density_functions-fabric-mc1.19_v1.0.4.jar

Supported Versions

  • 1.19.2
  • 1.19.1
  • 1.19

Curse Maven Snippet

Fabric

modImplementation "curse.maven:more-density-functions-1016653:5374501"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Fixed double input range to be consistent with vanilla.
  • Renamed input field to argument 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.