Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Compare revisions
bea4829d30d8f870c38aa650ec1b2f1cc8ce6605 to b8861d72fe76b3e5a29265eed1b22dbe0bd9025b
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/illuna
Select target project
No results found
b8861d72fe76b3e5a29265eed1b22dbe0bd9025b
Select Git revision
Swap
Target
Illuna-Minetest/illuna
Select target project
Illuna-Minetest/illuna
1 result
bea4829d30d8f870c38aa650ec1b2f1cc8ce6605
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
water: compatibility-update
· b8861d72
Milan
authored
6 years ago
b8861d72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
water.lua
+1
-1
1 addition, 1 deletion
water.lua
with
1 addition
and
1 deletion
water.lua
View file @
b8861d72
...
...
@@ -56,7 +56,7 @@ minetest.register_abm({
minetest
.
swap_node
(
pos
,
{
name
=
"default:dirt_with_grass"
})
end
nodeupdate
(
pos
)
minetest
.
check_for_falling
(
pos
)
end
,
})
...
...
This diff is collapsed.
Click to expand it.