Merge pull request #26 from PilzAdam/bucket
Follow the naming convention and make the first letter Bucket capitalize...
This commit is contained in:
commit
f1a447d1fe
@ -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…
Reference in New Issue
Block a user