Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna-minetest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
illuna-minetest
Commits
3e0ea3c6
Commit
3e0ea3c6
authored
9 years ago
by
paramat
Browse files
Options
Downloads
Patches
Plain Diff
Mgflat: Set blank default spflags. Unhide
parent
31ac53df
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
builtin/settingtypes.txt
+1
-1
1 addition, 1 deletion
builtin/settingtypes.txt
minetest.conf.example
+2
-2
2 additions, 2 deletions
minetest.conf.example
src/emerge.cpp
+1
-1
1 addition, 1 deletion
src/emerge.cpp
with
4 additions
and
4 deletions
builtin/settingtypes.txt
+
1
−
1
View file @
3e0ea3c6
...
@@ -936,7 +936,7 @@ mgv7_np_cave2 (Mapgen v7 cave2 noise parameters) noise_params 0, 12, (100, 100,
...
@@ -936,7 +936,7 @@ mgv7_np_cave2 (Mapgen v7 cave2 noise parameters) noise_params 0, 12, (100, 100,
# Occasional lakes and hills added to the flat world.
# Occasional lakes and hills added to the flat world.
# Flags that are not specified in the flag string are not modified from the default.
# Flags that are not specified in the flag string are not modified from the default.
# Flags starting with "no" are used to explicitly disable them.
# Flags starting with "no" are used to explicitly disable them.
mgflat_spflags (Mapgen flat flags) flags
nolakes,nohills
lakes,hills,nolakes,nohills
mgflat_spflags (Mapgen flat flags) flags lakes,hills,
,
nolakes,nohills
# Y of flat ground.
# Y of flat ground.
mgflat_ground_level (Mapgen flat ground level) int 8
mgflat_ground_level (Mapgen flat ground level) int 8
...
...
This diff is collapsed.
Click to expand it.
minetest.conf.example
+
2
−
2
View file @
3e0ea3c6
...
@@ -1187,8 +1187,8 @@
...
@@ -1187,8 +1187,8 @@
# Occasional lakes and hills added to the flat world.
# Occasional lakes and hills added to the flat world.
# Flags that are not specified in the flag string are not modified from the default.
# Flags that are not specified in the flag string are not modified from the default.
# Flags starting with "no" are used to explicitly disable them.
# Flags starting with "no" are used to explicitly disable them.
# type: flags possible values: lakes, hills, nolakes, nohills
# type: flags possible values: lakes, hills,
,
nolakes, nohills
# mgflat_spflags =
nolakes,nohills
# mgflat_spflags =
# Y of flat ground.
# Y of flat ground.
# type: int
# type: int
...
...
This diff is collapsed.
Click to expand it.
src/emerge.cpp
+
1
−
1
View file @
3e0ea3c6
...
@@ -106,7 +106,7 @@ MapgenDesc g_reg_mapgens[] = {
...
@@ -106,7 +106,7 @@ MapgenDesc g_reg_mapgens[] = {
{
"v5"
,
new
MapgenFactoryV5
,
true
},
{
"v5"
,
new
MapgenFactoryV5
,
true
},
{
"v6"
,
new
MapgenFactoryV6
,
true
},
{
"v6"
,
new
MapgenFactoryV6
,
true
},
{
"v7"
,
new
MapgenFactoryV7
,
true
},
{
"v7"
,
new
MapgenFactoryV7
,
true
},
{
"flat"
,
new
MapgenFactoryFlat
,
fals
e
},
{
"flat"
,
new
MapgenFactoryFlat
,
tru
e
},
{
"fractal"
,
new
MapgenFactoryFractal
,
true
},
{
"fractal"
,
new
MapgenFactoryFractal
,
true
},
{
"singlenode"
,
new
MapgenFactorySinglenode
,
false
},
{
"singlenode"
,
new
MapgenFactorySinglenode
,
false
},
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment