mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Follow the naming convention and make the first letter Bucket capitalized
This commit is contained in:
parent
36c17b04fe
commit
30d582296b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ function bucket.register_liquid(source, flowing, itemname, inventory_image)
|
|||
end
|
||||
|
||||
minetest.register_craftitem("bucket:bucket_empty", {
|
||||
description = "Empty bucket",
|
||||
description = "Empty Bucket",
|
||||
inventory_image = "bucket.png",
|
||||
stack_max = 1,
|
||||
liquids_pointable = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue