temporarly disable all ItemsAdder pre anvil event to fix an issue

This commit is contained in:
alexcrea 2025-09-09 08:56:17 +02:00
parent 092daa9306
commit 283a65b74a
4 changed files with 24 additions and 19 deletions

View file

@ -18,7 +18,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.14.2"
version = "1.14.3"
val effectiveVersion = "$version" +
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")