feat(assets): add default worldgen data pack
This commit is contained in:
parent
4724e91281
commit
72b9c9e885
7
assets/data/worldgen/default.json
Normal file
7
assets/data/worldgen/default.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"base_height": 16,
|
||||||
|
"noise_scale": 0.02,
|
||||||
|
"surface_block": 2,
|
||||||
|
"subsurface_block": 1,
|
||||||
|
"stone_block": 3
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue