forked from nalc/nalc_game
Fork of Minetest Game - The default game for the Minetest engine with modifications for CRAFTBLINUX8387 server from modification of NALC server sources.
74ed63f46b
Make deeper, to compensate for ease of travel using 3D noise tunnels. Make depth more progressive with value: Ore, upper limit Coal 64 no change Iron 0 no change Tin -32 > -64 Copper -16 > -128 Gold -64 > -256 Diamond -128 > -512 Mese crystal -64 > -512 Mese block -1024 no change Make y of 1st density increase deeper but following a similar logic to before: Ore, upper limit Coal 0 no change Iron -64 no change Tin -128 no change Copper -64 > -256 Gold -256 > -1024 Diamond -256 > -1024 Mese crystal -256 > -1024 Mese block -2048 new Add second, denser layer of mese blocks with a decrease of separation and increase in density equal to mese ore layers. |
||
---|---|---|
menu | ||
mods | ||
.gitignore | ||
.luacheckrc | ||
.travis.yml | ||
game_api.txt | ||
game.conf | ||
LICENSE.txt | ||
minetest.conf | ||
minetest.conf.example | ||
README.txt | ||
settingtypes.txt |
Minetest Game [minetest_game] ============================= The main subgame for the Minetest engine ======================================== To use this subgame with the Minetest engine, insert this repository as /games/minetest_game The Minetest engine can be found in: https://github.com/minetest/minetest/ Compatibility -------------- The Minetest Game github master HEAD is generally compatible with the github master HEAD of the Minetest engine. Additionally, when the Minetest engine is tagged to be a certain version (eg. 0.4.10), Minetest Game is tagged with the version too. When stable releases are made, Minetest Game is packaged and made available in http://minetest.net/download and in case the repository has grown too much, it may be reset. In that sense, this is not a "real" git repository. (Package maintainers please note!) Licensing --------- See LICENSE.txt