Compatibility
Minecraft: Java Edition
1.21.10ā1.21.11
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed MIT
Published 2 months ago

Terrain Addon for WorldEdit
Adds a single powerful command to WorldEdit that lets you generate realistic noise-based terrain inside any WorldEdit selection. Usage //terrain <noise> <height> <scale> <octaves> <roughness> <block> Noise Types
-
perlin ā Natural, smooth hills
- simplex ā Similar to perlin, slightly smoother
- ridge ā Sharp mountain ridges
- cellular ā Cracked/rocky voronoi look
- flat ā Flat fill with no variation
Parameters
- height ā Max height variation in blocks (1-256)
- scale ā Feature width, higher = smoother/wider (0.1-500)
- octaves ā Detail layers, higher = more complex (1-8)
- roughness ā How jagged each octave is (0.1-1.0)
- block ā Any WorldEdit block (e.g. grass_block, stone)
Example
//terrain perlin 40 30 4 0.5 grass_block Requirements
WorldEdit (required) Fabric API (required)


