ミラー元
https://codeberg.org/tenplus1/farming.git
前回の同期 2025-09-18 13:20:35 +02:00
hoe bomb's replace dry dirt
このコミットが含まれているのは:
2
hoes.lua
2
hoes.lua
@@ -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"})
|
||||
|
新しいイシューから参照
ユーザーをブロックする