From b266bffc71731df683b79cf5b87ddbe8267bb759 Mon Sep 17 00:00:00 2001 From: pietru Date: Tue, 18 Feb 2025 23:11:31 +0100 Subject: [PATCH] my_area now will show area you are in via particles, Areas are more strict with does_intersect - (config version bump) --- src/main/resources/quilt.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 2cb561e..91e1709 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -35,7 +35,7 @@ }, { "id": "cosmic_reach", - "versions": ">=0.3.15" + "versions": ">=0.3.26" } ] },