1
0
ミラー元 https://codeberg.org/tenplus1/farming.git 前回の同期 2025-07-03 00:30:39 +02:00

add hoe group to hoes

このコミットが含まれているのは:
TenPlus1
2019-06-03 08:47:57 +01:00
コミット c770314dda

ファイルの表示

@ -24,6 +24,10 @@ farming.register_hoe = function(name, def)
def.max_uses = 30
end
-- add hoe group
def.groups = def.groups or {}
def.groups.hoe = 1
-- Register the tool
minetest.register_tool(name, {
description = def.description,