if minetest.get_modpath("unified_inventory") and unified_inventory.register_craft_type then unified_inventory.register_craft_type("Mob Killing", { description = "Dropped from", icon = minetest.get_modpath("default").."/textures/default_tool_steelsword.png", width = 1, height = 1, uses_crafting_grid = false, }) end