master #15

Merged
NO11 merged 241 commits from VoxeLibre/VoxeLibre:master into master 2022-03-12 23:42:27 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 639bf936c5 - Show all commits

View File

@ -226,7 +226,7 @@ local function on_place_bucket_empty(itemstack, user, pointed_thing)
return new_stack
end
local node = minetest.get_node(pointed_thing.under)
local node = get_node(pointed_thing.under)
local nn = node.name
local new_bucket