Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
farming
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
farming
Compare revisions
a54fb83486ecaee464cf0f058112006f058b48d8 to edb44ff925034c42c44b00c54b3753979d0bb675
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/farming
Select target project
No results found
edb44ff925034c42c44b00c54b3753979d0bb675
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/farming
Select target project
Illuna-Minetest/farming
1 result
a54fb83486ecaee464cf0f058112006f058b48d8
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)
add negative falldamage to straw
· edb44ff9
Milan
authored
8 years ago
edb44ff9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wheat.lua
+1
-1
1 addition, 1 deletion
wheat.lua
with
1 addition
and
1 deletion
wheat.lua
View file @
edb44ff9
...
...
@@ -28,7 +28,7 @@ minetest.register_node("farming:straw", {
description
=
"Straw"
,
tiles
=
{
"farming_straw.png"
},
is_ground_content
=
false
,
groups
=
{
snappy
=
3
,
flammable
=
4
},
groups
=
{
snappy
=
3
,
flammable
=
4
,
fall_damage_add_percent
=-
30
},
sounds
=
default
.
node_sound_leaves_defaults
(),
})
...
...
This diff is collapsed.
Click to expand it.