diff --git a/assets/data/worldgen/default.json b/assets/data/worldgen/default.json new file mode 100644 index 0000000..f2ab4ab --- /dev/null +++ b/assets/data/worldgen/default.json @@ -0,0 +1,7 @@ +{ + "base_height": 16, + "noise_scale": 0.02, + "surface_block": 2, + "subsurface_block": 1, + "stone_block": 3 +}