Skip to content
Snippets Groups Projects
Commit cd4e8677 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Add description to bucket to make it show in creative inventory

parent 8643caac
Branches
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ function bucket.register_liquid(source, flowing, itemname, inventory_image)
end
minetest.register_craftitem("bucket:bucket_empty", {
description = "Emtpy bucket",
inventory_image = "bucket.png",
stack_max = 1,
liquids_pointable = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment