From e247a3ea1348a6fdc8ea8113cebaa5419efdc0d3 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 12 Jan 2025 11:40:28 +0000 Subject: [PATCH] hoe bomb's replace dry dirt --- hoes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoes.lua b/hoes.lua index e686575..a035d8b 100644 --- a/hoes.lua +++ b/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"})