Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
caverealms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
caverealms
Compare revisions
981ea83e5c0affb4e11a6902368600f889ec492b to dfc4263715d57da1f7a44d3616fbe047b0acad3e
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/caverealms
Select target project
No results found
dfc4263715d57da1f7a44d3616fbe047b0acad3e
Select Git revision
Swap
Target
Illuna-Minetest/caverealms
Select target project
Illuna-Minetest/caverealms
1 result
981ea83e5c0affb4e11a6902368600f889ec492b
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
disable falling ice for now
· dfc42637
Milan
authored
6 years ago
dfc42637
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.lua
+1
-1
1 addition, 1 deletion
config.lua
with
1 addition
and
1 deletion
config.lua
View file @
dfc42637
...
...
@@ -29,7 +29,7 @@ setting("number", "tcave", 0.5) --cave threshold
setting
(
"bool"
,
"cavespawn"
,
false
)
--falling icicles
setting
(
"bool"
,
"falling_icicles"
,
tru
e
)
--enable/disable falling icicles
setting
(
"bool"
,
"falling_icicles"
,
fals
e
)
--enable/disable falling icicles
setting
(
"number"
,
"fallcha"
,
0
.
33
)
--chance of icicles falling when dug
--decoration chances
...
...
This diff is collapsed.
Click to expand it.