mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-28 09:36:27 -04:00
Merge 4dfbf04ebd
into a192f9fc78
This commit is contained in:
commit
ac41ef31bd
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,9 @@ function bucket.register_liquid(source, flowing, itemname, inventory_image, name
|
|||
return
|
||||
end
|
||||
end
|
||||
return {name="bucket:bucket_empty"}
|
||||
if not minetest.setting_getbool("creative_mode") then
|
||||
return {name="bucket:bucket_empty"}
|
||||
end
|
||||
end
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue