1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-14 06:10:26 +02:00

add pumpkin bottom texture, redo melon node, fix typo in scythe, make pumpkin/melon rotatable

This commit is contained in:
tenplus1
2021-06-09 07:41:11 +01:00
parent dc392e8adc
commit 70803f8aef
4 changed files with 21 additions and 19 deletions

View File

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