mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Mapgen: Use mapgen-specific names for constants in headers
Update copyright years in all mapgens Add myself to copyright notices in mgv5 and mgv7
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Minetest
|
||||
Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
|
||||
Copyright (C) 2010-2015 celeron55, Perttu Ahola <celeron55@gmail.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published by
|
||||
@@ -23,13 +23,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "mapgen.h"
|
||||
#include "noise.h"
|
||||
|
||||
#define AVERAGE_MUD_AMOUNT 4
|
||||
#define DESERT_STONE_BASE -32
|
||||
#define ICE_BASE 0
|
||||
#define FREQ_HOT 0.4
|
||||
#define FREQ_SNOW -0.4
|
||||
#define FREQ_TAIGA 0.5
|
||||
#define FREQ_JUNGLE 0.5
|
||||
#define MGV6_AVERAGE_MUD_AMOUNT 4
|
||||
#define MGV6_DESERT_STONE_BASE -32
|
||||
#define MGV6_ICE_BASE 0
|
||||
#define MGV6_FREQ_HOT 0.4
|
||||
#define MGV6_FREQ_SNOW -0.4
|
||||
#define MGV6_FREQ_TAIGA 0.5
|
||||
#define MGV6_FREQ_JUNGLE 0.5
|
||||
|
||||
//////////// Mapgen V6 flags
|
||||
#define MGV6_JUNGLES 0x01
|
||||
|
Reference in New Issue
Block a user