Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mobs_more_monsters
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
mobs_more_monsters
Compare revisions
6abe92983eb26207dab14d5f6c2ffffd58a5715c to 6758ea113e4a7381329899e93a5d696063969001
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/mobs_more_monsters
Select target project
No results found
6758ea113e4a7381329899e93a5d696063969001
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/mobs_more_monsters
Select target project
Illuna-Minetest/mobs_more_monsters
1 result
6abe92983eb26207dab14d5f6c2ffffd58a5715c
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)
tweak yeti
· 6758ea11
Milan
authored
6 years ago
6758ea11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mobs_yeti/init.lua
+1
-1
1 addition, 1 deletion
mobs_yeti/init.lua
with
1 addition
and
1 deletion
mobs_yeti/init.lua
View file @
6758ea11
...
@@ -54,7 +54,7 @@ if mobs.mod and mobs.mod == "redo" then
...
@@ -54,7 +54,7 @@ if mobs.mod and mobs.mod == "redo" then
mobs
:
spawn_specific
(
"mobs_yeti:yeti"
,
mobs
:
spawn_specific
(
"mobs_yeti:yeti"
,
{
"default:dirt_with_snow"
,
"default:snow"
,
"default:snowblock"
,
"default:ice"
},
{
"default:dirt_with_snow"
,
"default:snow"
,
"default:snowblock"
,
"default:ice"
},
{
"air"
},
{
"air"
},
-
1
,
10
,
30
,
20000
,
1
,
l_spawn_elevation_min
,
4200
-
1
,
25
,
30
,
20000
,
1
,
420
,
4200
)
)
mobs
:
register_egg
(
"mobs_yeti:yeti"
,
"Yeti"
,
"default_snow.png"
,
1
)
mobs
:
register_egg
(
"mobs_yeti:yeti"
,
"Yeti"
,
"default_snow.png"
,
1
)
...
...
This diff is collapsed.
Click to expand it.