mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Merge 30d582296b
into 36c17b04fe
This commit is contained in:
commit
f84b2e6b64
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ function bucket.register_liquid(source, flowing, itemname, inventory_image)
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_craftitem("bucket:bucket_empty", {
|
minetest.register_craftitem("bucket:bucket_empty", {
|
||||||
description = "Empty bucket",
|
description = "Empty Bucket",
|
||||||
inventory_image = "bucket.png",
|
inventory_image = "bucket.png",
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
liquids_pointable = true,
|
liquids_pointable = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue