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:
2
hoes.lua
2
hoes.lua
@ -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"},
|
||||
|
||||
|
Reference in New Issue
Block a user