1
0
ミラー元 https://codeberg.org/tenplus1/farming.git 前回の同期 2025-09-18 13:20:35 +02:00

hoe bomb's replace dry dirt

このコミットが含まれているのは:
tenplus1
2025-01-12 11:40:28 +00:00
コミット e247a3ea13

ファイルの表示

@@ -254,7 +254,7 @@ local function hoe_area(pos, player)
res = minetest.find_nodes_in_area_under_air(
{x = pos.x - r, y = pos.y - 1, z = pos.z - r},
{x = pos.x + r, y = pos.y + 2, z = pos.z + r},
{"group:soil"})
{"group:soil", "ethereal:dry_dirt"})
for n = 1, #res do
minetest.swap_node(res[n], {name = "farming:soil"})