1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-16 23:30:23 +02:00

Fix a few descriptions

This commit is contained in:
TenPlus1
2020-04-26 15:41:39 +01:00
parent f95a141210
commit e6aa8f9997
7 changed files with 10 additions and 7 deletions

View File

@ -350,7 +350,7 @@ farming.add_to_scythe_not_drops = function(item)
end
minetest.register_tool("farming:scythe_mithril", {
description = S("Mithril Scythe (Use to harvest and replant crops)"),
description = S("Mithril Scythe (Right-click to harvest and replant crops)"),
inventory_image = "farming_scythe_mithril.png",
sound = {breaks = "default_tool_breaks"},