mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-07-14 14:00:15 +02:00
Compare commits
1 Commits
1.13
...
679e005f58
Author | SHA1 | Date | |
---|---|---|---|
679e005f58 |
4
init.lua
4
init.lua
@ -1166,12 +1166,12 @@ end
|
|||||||
|
|
||||||
craftguide.register_craft_type("digging", {
|
craftguide.register_craft_type("digging", {
|
||||||
description = ES"Digging",
|
description = ES"Digging",
|
||||||
icon = "default_tool_steelpick.png",
|
icon = "craftguide_steelpick.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
craftguide.register_craft_type("digging_chance", {
|
craftguide.register_craft_type("digging_chance", {
|
||||||
description = ES"Digging Chance",
|
description = ES"Digging Chance",
|
||||||
icon = "default_tool_mesepick.png",
|
icon = "craftguide_mesepick.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
local function search(data)
|
local function search(data)
|
||||||
|
BIN
textures/craftguide_mesepick.png
Normal file
BIN
textures/craftguide_mesepick.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
textures/craftguide_steelpick.png
Normal file
BIN
textures/craftguide_steelpick.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Reference in New Issue
Block a user