bonemeal: no intllib support for now

This commit is contained in:
tchncs 2016-11-08 23:32:34 +01:00
parent 3b573679c6
commit 432d463f0f

View file

@ -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)