Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ethereal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
ethereal
Compare revisions
de707d0c64a62a665229afd63f579360ac0cba89 to fd3ef9e07886ab9d3c8d31ec50d285562d9f31ca
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Illuna-Minetest/ethereal
Select target project
No results found
fd3ef9e07886ab9d3c8d31ec50d285562d9f31ca
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/ethereal
Select target project
Illuna-Minetest/ethereal
1 result
de707d0c64a62a665229afd63f579360ac0cba89
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
mapgen: typofix - fixes
#1
· fd3ef9e0
Milan
authored
3 years ago
fd3ef9e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mapgen.lua
+2
-2
2 additions, 2 deletions
mapgen.lua
with
2 additions
and
2 deletions
mapgen.lua
View file @
fd3ef9e0
...
...
@@ -143,10 +143,10 @@ add_biome("frost_ocean", nil, "default:silver_sand", 1, "default:silver_sand", 2
add_biome
(
"grassy"
,
nil
,
"ethereal:green_dirt"
,
1
,
"default:dirt"
,
3
,
nil
,
nil
,
nil
,
nil
,
nil
,
6
,
119
,
50
,
40
,
ethereal
.
grassy
)
add_biome
(
"grassy_dunes"
,
nil
,
"defaut:sand"
,
1
,
"defaut:gravel"
,
3
,
add_biome
(
"grassy_dunes"
,
nil
,
"defau
l
t:sand"
,
1
,
"defaut:gravel"
,
3
,
nil
,
nil
,
nil
,
nil
,
nil
,
5
,
5
,
50
,
40
,
ethereal
.
grassy
)
add_biome
(
"grassy_ocean"
,
nil
,
"defaut:sand"
,
2
,
"default:gravel"
,
1
,
add_biome
(
"grassy_ocean"
,
nil
,
"defau
l
t:sand"
,
2
,
"default:gravel"
,
1
,
nil
,
nil
,
nil
,
nil
,
nil
,
-
310
,
4
,
50
,
40
,
ethereal
.
grassy
)
add_biome
(
"grayness"
,
nil
,
"ethereal:gray_dirt"
,
1
,
"default:dirt"
,
3
,
...
...
This diff is collapsed.
Click to expand it.