maikerumine wrote:Edit the tools.lua with notepad by adding:
minetest.registered_items["default:pick_wood"] = nilvitalie wrote:AFAIK, you can't.
See issue #2319
xeranas wrote:Right. With way which I suggested you will only hide from creative mod items menu (tool still be craftable).
minetest.register_craft({
output = '',
recipe = {
{'group:wood', 'group:wood', 'group:wood'},
{'', 'group:stick', ''},
{'', 'group:stick', ''},
}
}) minetest.override_item("default:pick_wood", {
groups = {not_in_creative_inventory = 1},
})minetest.register_tool(":default:sword_diamond", {})Users browsing this forum: No registered users and 7 guests