mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-07-07 02:40:27 +02:00
Add missed function for translation
This commit is contained in:
parent
2ab5a7c90a
commit
0fbbe629c2
2
api.lua
2
api.lua
@ -279,7 +279,7 @@ unified_inventory.register_craft_type("digging", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
unified_inventory.register_craft_type("digging_chance", {
|
unified_inventory.register_craft_type("digging_chance", {
|
||||||
description = "Digging (by chance)",
|
description = F("Digging (by chance)"),
|
||||||
icon = "default_tool_steelpick.png^[transformFY.png",
|
icon = "default_tool_steelpick.png^[transformFY.png",
|
||||||
width = 1,
|
width = 1,
|
||||||
height = 1,
|
height = 1,
|
||||||
|
Reference in New Issue
Block a user