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
4410a1f9213dd3ffb73ae0982b113374b51725ac to 4cedefe0e1cbdac9421f400ec222f45966ea8b56
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
4cedefe0e1cbdac9421f400ec222f45966ea8b56
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/ethereal
Select target project
Illuna-Minetest/ethereal
1 result
4410a1f9213dd3ffb73ae0982b113374b51725ac
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)
fix dirt spreading abm
· 4cedefe0
Milan
authored
5 years ago
4cedefe0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dirt.lua
+1
-1
1 addition, 1 deletion
dirt.lua
with
1 addition
and
1 deletion
dirt.lua
View file @
4cedefe0
...
...
@@ -292,7 +292,7 @@ for _, ab in pairs(minetest.registered_abms) do
-- find dirt to grass abm and replace with spread function
if
label
==
"Grass spread"
or
(
node1
==
"default:dirt"
and
neigh
==
"
default:dirt_with_
grass"
)
then
and
neigh
==
"
group:
grass"
)
then
--ab.interval = 2
--ab.chance = 1
...
...
This diff is collapsed.
Click to expand it.