1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

Add ABM labels

This commit is contained in:
tenplus1
2023-01-22 10:31:16 +00:00
parent 28fda57767
commit 498063553a
2 changed files with 3 additions and 1 deletions

View File

@ -144,6 +144,7 @@ minetest.register_alias("farming:desert_sand_soil_wet", dry_soil .. "_wet")
-- if water near soil then change to wet soil
minetest.register_abm({
label = "Soil changes",
nodenames = {"group:field"},
interval = 15,
chance = 4,