Procedural terrain with biomes, resources, and terrain variation.

World Generation

ED5 can procedurally generate entire continents at the click of a button — or you can manually paint every tile. Most creators use a mix of both: generate a base world, then hand-edit the important areas.

How Generation Works

The generator uses layered noise algorithms to create natural-looking terrain:

1. Elevation — determines water vs land, mountains vs valleys 2. Moisture — wet vs dry areas 3. Temperature — cold vs hot regions 4. Vegetation — tree and plant density 5. Continentalness — island and continent shapes

These layers combine to automatically assign one of 15 biomes to every tile.

Biomes

BiomeDescription
PlainsFlat grasslands, gentle terrain
ForestTemperate woods with moderate tree density
DesertArid sand with sparse vegetation
SwampLow-lying wetlands
TundraCold, barren landscape
MountainHigh elevation, rocky terrain
JungleDense tropical vegetation
SavannaWarm grasslands with scattered trees
BeachSandy coastlines
OceanDeep water
RiverFlowing water channels
LakeInland water bodies
VolcanicLava flows and scorched earth
MushroomExotic fungal landscape
CorruptedDark, twisted terrain

Each biome defines its own tile sets, ambient lighting, mob spawns, resource nodes, and background audio.

World Configuration

World Config modal — World name, seed, weather, season, and noise parameters
World Config modal — World name, seed, weather, season, and noise parameters
① World name, seed, time speed, and day/night cycle settings② Weather system — weather types with seasonal schedules③ Global generation parameters — elevation, moisture, temperature
Key settings:
  • Seed — a number that determines the world layout. Same seed = same world every time
  • Noise parameters — control how smooth or chaotic the terrain looks

Deterministic Generation

The same seed always produces the exact same world. This means you can share a world seed and get identical terrain — useful for consistent testing or community sharing.

Resource Node Placement

Resource nodes (trees, ore veins, herb patches, fishing spots) are placed automatically based on biome:

  • Required biome — where the node spawns
  • Harvest skill + level — what skill is needed to gather
  • Loot table — items and quantity ranges
  • Respawn timer — how long until regrowth after harvesting