Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Illuna-Minetest
horses
Commits
aa0a8c7c
Commit
aa0a8c7c
authored
Jan 17, 2019
by
Milan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stronger spawn height limits
parent
7fdb8956
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
init.lua
init.lua
+3
-3
No files found.
init.lua
View file @
aa0a8c7c
...
...
@@ -236,7 +236,7 @@ mobs:register_mob("horses:horse", {
end
end
,
})
mobs
:
register_spawn
(
"horses:horse"
,
{
"default:grass_5"
},
20
,
8
,
200
,
1
,
3100
0
)
mobs
:
register_spawn
(
"horses:horse"
,
{
"default:grass_5"
},
20
,
8
,
200
,
1
,
12
0
)
mobs
:
register_mob
(
"horses:horse2"
,
{
type
=
"animal"
,
...
...
@@ -277,7 +277,7 @@ mobs:register_mob("horses:horse2", {
end
end
,
})
mobs
:
register_spawn
(
"horses:horse2"
,
{
"default:grass_5"
},
20
,
8
,
150
,
1
,
3100
0
)
mobs
:
register_spawn
(
"horses:horse2"
,
{
"default:grass_5"
},
20
,
8
,
150
,
1
,
12
0
)
mobs
:
register_mob
(
"horses:horse3"
,
{
type
=
"animal"
,
...
...
@@ -318,7 +318,7 @@ mobs:register_mob("horses:horse3", {
end
end
,
})
mobs
:
register_spawn
(
"horses:horse3"
,
{
"default:dry_shrub"
},
20
,
8
,
120
,
1
,
3100
0
)
mobs
:
register_spawn
(
"horses:horse3"
,
{
"default:dry_shrub"
},
20
,
8
,
120
,
1
,
12
0
)
-- wild horse spawn eggs
mobs
:
register_egg
(
"horses:horse"
,
"Brown Horse"
,
"mobs_horse_inv.png"
,
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment