summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorLoneWolfHT <lonewolf04361@gmail.com>2020-07-14 10:12:17 -0700
committerSmallJoker <mk939@ymail.com>2020-07-14 19:13:04 +0200
commit88ffd641243ead70d82623d54822421c72893/* Minetest 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 the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MAPGEN_SINGLENODE_HEADER #define MAPGEN_SINGLENODE_HEADER #include "mapgen.h" struct MapgenSinglenodeParams : public MapgenParams { MapgenSingl
-rw-r--r--minetest.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index a5f98ee5e..520125713 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -955,8 +955,9 @@
MapgenSinglenode(int mapgenid, MapgenParams *params, EmergeManager *emerge); ~MapgenSinglenode(); virtual MapgenType getType() const { return MAPGEN_SINGLENODE; } void makeChunk(BlockMakeData *data); int getSpawnLevelAtPoint(v2s16 p); }; #endif