Follow the naming convention and make the first letter Bucket capitalized 26/head
authorPilzAdam <adam-k@outlook.com>
Tue, 6 Nov 2012 19:38:40 +0000 (20:38 +0100)
committerPilzAdam <adam-k@outlook.com>
Tue, 6 Nov 2012 19:38:40 +0000 (20:38 +0100)
mods/bucket/init.lua

index a16bcd470f529b461a933cdc6b9a4260b6c160e8..0c340f7ba934b2e786a9bfd844cda3449ef6b7e0 100644 (file)
@@ -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,