promotional bannermobile promotional banner

Block Variation

A data-driven mod to add block variation on world generation.

File Details

[FORGE] 1.1.0

  • R
  • Jun 11, 2020
  • 23.69 KB
  • 219
  • 1.15.2+2
  • Forge

File Name

blockvariation-1.1.0.jar

Supported Versions

  • 1.15.2
  • 1.15.1
  • 1.15

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:block-variation-386287:2977575")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

CHANGELOG

 

> Added a depth parameter. Now you can define what depth (or height) the file operates at!

> Added a new randomization option: Simplex noise! Call this randomization option using SIMPLEX in your randomType section. This comes with a new generated example file to show you what it looks like.

> The random option is still included, call it using RANDOM in your randomType section.

> Simplex files include a new parameter: scale. Scale determines how big the blobs of simplex noise will be. The higher the number, the bigger the blobs will be.

 

I'd recommend regenerating your example files, as they now reflect the new changes.