projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c17b0
)
Follow the naming convention and make the first letter Bucket capitalized
26/head
author
PilzAdam
<adam-k@outlook.com>
Tue, 6 Nov 2012 19:38:40 +0000
(20:38 +0100)
committer
PilzAdam
<adam-k@outlook.com>
Tue, 6 Nov 2012 19:38:40 +0000
(20:38 +0100)
mods/bucket/init.lua
patch
|
blob
|
history
diff --git
a/mods/bucket/init.lua
b/mods/bucket/init.lua
index a16bcd470f529b461a933cdc6b9a4260b6c160e8..0c340f7ba934b2e786a9bfd844cda3449ef6b7e0 100644
(file)
--- 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
b
ucket",
+ description = "Empty
B
ucket",
inventory_image = "bucket.png",
stack_max = 1,
liquids_pointable = true,