diff --git a/CREDITS.md b/CREDITS.md index 378af08..2324f43 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -23,6 +23,9 @@ Textures: - 2) by Lamoot (CC BY 3.0) - `lzr_gui_button.png`, `lzr_gui_button_hover.png`, `lzr_gui_button_pressed.png`: - Based on by Lamoot (CC BY 3.0) +- Hook texture: CraftPix.net 2D Game Assets + - Derivate work of + - License: OGA-BY 3.0 Models: - Player models comes from Minetest Game (see license of Minetest Game 5.4.1 for details) diff --git a/mods/screwdriver2/init.lua b/mods/screwdriver2/init.lua index 99fd781..d3c817d 100644 --- a/mods/screwdriver2/init.lua +++ b/mods/screwdriver2/init.lua @@ -248,7 +248,7 @@ function screwdriver.use(itemstack, player, pointed_thing, is_right_click) end minetest.register_tool("screwdriver2:screwdriver",{ - description = S("Screwdriver").."\n"..S("Punch to push edge, place to rotate face"), + description = S("Hook").."\n"..S("Punch to push edge, place to rotate face"), inventory_image = "screwdriver2.png", on_use = function(itemstack, player, pointed_thing) return screwdriver.use(itemstack, player, pointed_thing, false) diff --git a/mods/screwdriver2/textures/screwdriver2.png b/mods/screwdriver2/textures/screwdriver2.png index 10d24d6..11a071c 100644 Binary files a/mods/screwdriver2/textures/screwdriver2.png and b/mods/screwdriver2/textures/screwdriver2.png differ