fogleman/Craft

How to increase the depth limit of 16 blocks?

crazyBaboon opened this issue · 1 comments

Hi, it is very annoying that one can only dig down to 16 blocks. Where abouts in the code (which, BTW could definately do a bit more comments...) can this limit be changed (or removed like in Minetest)?

Thanks!

You can increase the ground height in the terrain generation code:

https://github.com/fogleman/Craft/blob/master/src/world.c#L20