Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mob_horse
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
mob_horse
Compare revisions
8d23a320487175bc96557e1c1ea7af95d2755c1c to c8b8b654a867cf630cfd7c76d7c56d83ca6ccbbc
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/mob_horse
Select target project
No results found
c8b8b654a867cf630cfd7c76d7c56d83ca6ccbbc
Select Git revision
Swap
Target
Illuna-Minetest/mob_horse
Select target project
Illuna-Minetest/mob_horse
1 result
8d23a320487175bc96557e1c1ea7af95d2755c1c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
drop useless aliases
· c8b8b654
Milan
authored
6 years ago
c8b8b654
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
init.lua
+0
-7
0 additions, 7 deletions
init.lua
with
0 additions
and
7 deletions
init.lua
View file @
c8b8b654
...
...
@@ -3,13 +3,6 @@
local
MP
=
minetest
.
get_modpath
(
minetest
.
get_current_modname
())
local
S
,
NS
=
dofile
(
MP
..
"/intllib.lua"
)
minetest
.
register_alias
(
"horses:horse3"
,
"mob_horse:horse"
)
minetest
.
register_alias
(
"horses:horse2"
,
"mob_horse:horse"
)
minetest
.
register_alias
(
"horses:horse1"
,
"mob_horse:horse"
)
minetest
.
register_alias
(
"horses:horseh1"
,
"mob_horse:horse"
)
minetest
.
register_alias
(
"horses:horsepegh1"
,
"mob_horse:horse"
)
minetest
.
register_alias
(
"horses:horsearah1"
,
"mob_horse:horse"
)
-- rideable horse
mobs
:
register_mob
(
"mob_horse:horse"
,
{
...
...
This diff is collapsed.
Click to expand it.