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