mirror of
https://github.com/MinetestForFun/fishing.git
synced 2025-07-26 11:50:32 +02:00
added missing translation
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
--fish bait
|
||||
--bait_corn
|
||||
minetest.register_craftitem("fishing:bait_corn", {
|
||||
description = "Bait corn",
|
||||
description = fishing_setting.func.S("Bait Corn"),
|
||||
inventory_image = "fishing_bait_corn.png",
|
||||
})
|
||||
|
||||
@ -10,7 +10,7 @@ fishing_setting.baits["fishing:bait_corn"] = { ["bait"] = "fishing:bait_corn", [
|
||||
|
||||
--bait_bread
|
||||
minetest.register_craftitem("fishing:bait_bread", {
|
||||
description = "Bait Bread",
|
||||
description = fishing_setting.func.S("Bait Bread"),
|
||||
inventory_image = "fishing_bait_bread.png",
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user