From 967b1b3cf6a89e3a17924ebe148860180f89caa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Massimo=20Cant=C3=BA?= Date: Tue, 4 Jun 2024 11:04:56 -0300 Subject: [PATCH] allowed non mangrove trees to be planted on mud --- src/main/resources/trees/dynamictrees/soil_properties/mud.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/trees/dynamictrees/soil_properties/mud.json b/src/main/resources/trees/dynamictrees/soil_properties/mud.json index 15a3add89..26e6778ff 100644 --- a/src/main/resources/trees/dynamictrees/soil_properties/mud.json +++ b/src/main/resources/trees/dynamictrees/soil_properties/mud.json @@ -1,4 +1,4 @@ { "primitive_soil": "mud", - "acceptable_soils": [ "mud_like" ] + "acceptable_soils": [ "mud_like", "dirt_like" ] } \ No newline at end of file