Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plantlife_modpack
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
plantlife_modpack
Compare revisions
515f2ac456e0b3a8571cc9a233651b2275e59a9a to e882ed349125a7e6072d158a9b457510fddaa2ac
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/plantlife_modpack
Select target project
No results found
e882ed349125a7e6072d158a9b457510fddaa2ac
Select Git revision
Branches
api-tweak
deferred-generate
ferns-cleanup
ferns-rewrite-2
master
multinode
Swap
Target
Illuna-Minetest/plantlife_modpack
Select target project
Illuna-Minetest/plantlife_modpack
1 result
515f2ac456e0b3a8571cc9a233651b2275e59a9a
Select Git revision
Branches
api-tweak
deferred-generate
ferns-cleanup
ferns-rewrite-2
master
multinode
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
add alias for bushes sugar
· e882ed34
Milan
authored
8 years ago
e882ed34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bushes_classic/init.lua
+1
-0
1 addition, 0 deletions
bushes_classic/init.lua
with
1 addition
and
0 deletions
bushes_classic/init.lua
View file @
e882ed34
...
...
@@ -55,5 +55,6 @@ biome_lib:spawn_on_surfaces({
})
minetest
.
register_alias
(
"bushes:basket_pies"
,
"bushes:basket_strawberry"
)
minetest
.
register_alias
(
"bushes:sugar"
,
"farming:sugar"
)
print
(
S
(
"[Bushes] Loaded."
))
This diff is collapsed.
Click to expand it.