Emtpy bucket 14/head
authorkhonkhortisan <kyle.kylina@gmail.com>
Tue, 9 Oct 2012 16:05:00 +0000 (09:05 -0700)
committerkhonkhortisan <kyle.kylina@gmail.com>
Tue, 9 Oct 2012 16:05:00 +0000 (09:05 -0700)
-> Empty bucket

mods/bucket/init.lua

index 82949ddf44481d8ceebaf18ac14e3a535a823102..a16bcd470f529b461a933cdc6b9a4260b6c160e8 100644 (file)
@@ -56,7 +56,7 @@ function bucket.register_liquid(source, flowing, itemname, inventory_image)
 end
 
 minetest.register_craftitem("bucket:bucket_empty", {
-       description = "Emtpy bucket",
+       description = "Empty bucket",
        inventory_image = "bucket.png",
        stack_max = 1,
        liquids_pointable = true,