1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 23:10:17 +01:00

Emtpy bucket

-> Empty bucket
This commit is contained in:
khonkhortisan 2012-10-09 09:05:00 -07:00
parent 87a1e37d34
commit a399f648e7

View 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,