This commit is contained in:
AFCMS 2021-03-19 10:19:08 +01:00
parent e69365f44d
commit 59892abf6d
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ minetest.register_craftitem("mcl_buckets:bucket_empty", {
new_bucket = ItemStack({name = liquiddef.itemname})
end
minetest.add_node(pointed_thing.under, {name="air"})
minetest.set_node(pointed_thing.under, {name="air"})
sound_take(nn, pointed_thing.under)
if mod_doc and doc.entry_exists("nodes", nn) then