diff --git a/bucket/init.lua b/bucket/init.lua index 6dcb731..0538169 100644 --- a/bucket/init.lua +++ b/bucket/init.lua @@ -151,7 +151,7 @@ function bucket.get_liquid_for_bucket(itemname) for source, b in pairs(bucket.liquids) do if b.itemname and b.itemname == itemname then - found = source + found = b.source break end end diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..5eda89c Binary files /dev/null and b/screenshot.png differ