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
7c067a2b680acf89b1be98b4347594adbefcd785 to bea4829d30d8f870c38aa650ec1b2f1cc8ce6605
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
bea4829d30d8f870c38aa650ec1b2f1cc8ce6605
Select Git revision
Swap
Target
Illuna-Minetest/illuna
Select target project
Illuna-Minetest/illuna
1 result
7c067a2b680acf89b1be98b4347594adbefcd785
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
hotstone: don't call nodeupdate()
· bea4829d
Milan
authored
6 years ago
bea4829d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hotstone.lua
+0
-1
0 additions, 1 deletion
hotstone.lua
with
0 additions
and
1 deletion
hotstone.lua
View file @
bea4829d
...
...
@@ -15,7 +15,6 @@ minetest.register_abm({
if
node
.
name
==
"default:stone"
then
minetest
.
swap_node
(
pos
,
{
name
=
"illuna:hotstone"
})
end
nodeupdate
(
pos
)
end
,
})
This diff is collapsed.
Click to expand it.