Skip to content
Snippets Groups Projects
Commit 432d463f authored by tchncs's avatar tchncs
Browse files

bonemeal: no intllib support for now

parent 3b573679
No related branches found
No related tags found
No related merge requests found
......@@ -195,8 +195,8 @@ local function growth(pointed_thing)
end
-- bonemeal item
minetest.register_craftitem("ethereal:bonemeal", {
description = S("Bone Meal"),
minetest.register_craftitem("default:bonemeal", {
description = "Bone Meal",
inventory_image = "bonemeal.png",
on_use = function(itemstack, user, pointed_thing)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment