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
f83ecdfd
Commit
f83ecdfd
authored
May 21, 2016
by
TenPlus1
Browse files
Fix lava pick output count
parent
1212d2a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
lava_flan.lua
View file @
f83ecdfd
...
...
@@ -106,10 +106,9 @@ function minetest.handle_node_drops(pos, drops, digger)
table.insert
(
hot_drops
,
ItemStack
({
name
=
output
.
item
:
get_name
(),
count
=
stack
:
get_
count
()
count
=
output
.
item
:
to_table
().
count
,
})
)
else
-- if not then return normal drops
table.insert
(
hot_drops
,
stack
)
end
...
...
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