mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
Minor fix
This commit is contained in:
parent
a39f11e243
commit
0ad0f2ca7b
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ minetest.register_node("default:snow", {
|
|||
if not inv then
|
||||
return
|
||||
end
|
||||
local left = inv:add_item("main", "default:snow "..tostring(level/7-1))
|
||||
local left = inv:add_item("main", "default:snow "..tostring(level/16))
|
||||
if not left:is_empty() then
|
||||
minetest.add_item({
|
||||
x = pos.x + math.random()/2-0.25,
|
||||
|
|
Loading…
Add table
Reference in a new issue