Mapgen V2.2 ((free)) Site

If you want to start building your own world map mod, let me know:

If you are building an open-world survival or RPG, MapGen v2.2 eliminates weeks of manual terrain painting. The new feature automatically identifies low-cost paths for NPC routes. Hook the output into your navmesh system. mapgen v2.2

let map = new Map(mesh, amplitude: 0.2, length: 4, seed: 12345 , makeRandInt); map.calculate( noise: new SimplexNoise(), shape: round: 0.5, inflate: 0.4, amplitudes: [1/2, 1/4, 1/8, 1/16] , numRivers: 30, drainageSeed: 0, riverSeed: 0, noisyEdge: length: 10, amplitude: 0.2, seed: 0 , biomeBias: north_temperature: 0, south_temperature: 0, moisture: 0 , ); If you want to start building your own