maksym-pasichnyk / snowcapped

An intuitive editor for minecraft multi noise configurations (1.18)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowcapped


Snowcapped: A Minecraft dimension layout editor for Minecraft 1.18 (snapshots). It is based on the vanilla overworld biome builder.

You define the biomes in each cell of the 5 dimensional grid in an iterative way.

  1. There are Layouts that define different biome configurations depending on temperature and humidity.
  2. There are Slices that define which layout to use depending on continentalness and erosion.
  3. Each slice is then assigned to different weirdness ranges.

Snowcapped also includes a map that lets you imediatly see your changes.

When done, the tool can export the configuration as a multi-noise json file. There is a basic optimizer for that so that adjacent grid cells with the same biome are reduced to a single entry. The resulting json file is thus much smaller than even the vanilla one.

Future plans:

  • A spline editor - when they (hopefully) become customizable at some point
  • Modifying the grid cell boundary values for slices. This will be implemented together with the spline editor
  • Settings for the seed and noise values for the visualization (uses the vanilla values and seed 1 at the moment)
  • Cave biome configuration

Code instalation

Install Dependencies:

npm i

Build into dist/:

npm run build

To directly serve as local web server: (on http://localhost:8080)

npm run start

About

An intuitive editor for minecraft multi noise configurations (1.18)

License:Other


Languages

Language:TypeScript 87.3%Language:CSS 6.7%Language:HTML 5.5%Language:JavaScript 0.6%