fix inv bug

This commit is contained in:
tenplus1 2022-08-19 12:15:36 +01:00
parent 39a52e59c2
commit bdd0d5ac86

View File

@ -346,6 +346,9 @@ minetest.register_node("wine:wine_barrel", {
elseif to_list == "dst" then
return 0
elseif to_list == "src_b" then
return 0
end
end,