mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-02-07 22:30:19 +01:00
hoe bomb's replace dry dirt
This commit is contained in:
parent
ae10efceff
commit
e247a3ea13
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"})
|
||||
|
Loading…
Reference in New Issue
Block a user