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
f51fe4286f770510892b228656efaf8263bac38f to 13f99d40497be9784be996f54c0a19c92fc331ad
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
13f99d40497be9784be996f54c0a19c92fc331ad
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/farming
Select target project
Illuna-Minetest/farming
1 result
f51fe4286f770510892b228656efaf8263bac38f
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)
more blueberry seeds
· 13f99d40
Milan
authored
8 years ago
13f99d40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
blueberry.lua
+2
-0
2 additions, 0 deletions
blueberry.lua
with
2 additions
and
0 deletions
blueberry.lua
View file @
13f99d40
...
...
@@ -70,7 +70,9 @@ crop_def.drop = {
items
=
{
{
items
=
{
'farming:blueberries 2'
},
rarity
=
1
},
{
items
=
{
'farming:blueberries'
},
rarity
=
2
},
{
items
=
{
'farming:blueberry_seeds'
}},
{
items
=
{
'farming:blueberry_seeds'
},
rarity
=
2
},
{
items
=
{
'farming:blueberry_seeds'
},
rarity
=
5
},
{
items
=
{
'farming:blueberries'
},
rarity
=
3
},
}
}
...
...
This diff is collapsed.
Click to expand it.