Treer / Amidst-for-Minetest

the Amidst project converted to support Minetest (aka Amidstest)
https://www.minetest.net/
GNU General Public License v3.0
27 stars 2 forks source link

Stop generating (Minetest) world at world edges? #16

Closed Wuzzy2 closed 4 years ago

Wuzzy2 commented 6 years ago

The Minetest world is finite and ends at about 31000 and -31000.

Amidstest should not generate beyond these limits, unless the user enables this. This is for performance/consistence reasons.

Treer commented 6 years ago

yeah https://wiki.minetest.net/World_boundaries Boundaries are X=30927, X=−30912, Z=30927 and Z=−30912