From: PilzAdam Date: Tue, 6 Nov 2012 19:38:40 +0000 (+0100) Subject: Follow the naming convention and make the first letter Bucket capitalized X-Git-Tag: 0.4.4~35^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=30d582296ba60598b33811097ec7b1f23cffa1f6;p=oweals%2Fminetest_game.git Follow the naming convention and make the first letter Bucket capitalized --- diff --git a/mods/bucket/init.lua b/mods/bucket/init.lua index a16bcd47..0c340f7b 100644 --- a/mods/bucket/init.lua +++ b/mods/bucket/init.lua @@ -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,