Fix get_liquid_for_bucket
This commit is contained in:
parent
cdc33392c6
commit
f43fb329c7
@ -151,7 +151,7 @@ function bucket.get_liquid_for_bucket(itemname)
|
|||||||
|
|
||||||
for source, b in pairs(bucket.liquids) do
|
for source, b in pairs(bucket.liquids) do
|
||||||
if b.itemname and b.itemname == itemname then
|
if b.itemname and b.itemname == itemname then
|
||||||
found = source
|
found = b.source
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 552 KiB |
Loading…
Reference in New Issue
Block a user