Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
mobs_monster
Commits
dbc501da
Commit
dbc501da
authored
Jan 28, 2021
by
tenplus1
Browse files
lava orb and axe items glow
parent
2c88a98c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lava_flan.lua
View file @
dbc501da
...
...
@@ -109,6 +109,7 @@ mobs:alias_mob("mobs:lava_flan", "mobs_monster:lava_flan") -- compatibility
minetest
.
register_craftitem
(
":mobs:lava_orb"
,
{
description
=
S
(
"Lava orb"
),
inventory_image
=
"zmobs_lava_orb.png"
,
light_source
=
14
,
})
minetest
.
register_alias
(
"zmobs:lava_orb"
,
"mobs:lava_orb"
)
...
...
@@ -178,7 +179,8 @@ minetest.register_tool(":mobs:pick_lava", {
},
damage_groups
=
{
fleshy
=
6
,
fire
=
1
},
},
groups
=
{
pickaxe
=
1
}
groups
=
{
pickaxe
=
1
},
light_source
=
14
})
minetest
.
register_craft
({
...
...
Write
Preview
Supports
Markdown
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