Custom anvil only work on nms menu

This commit is contained in:
alexcrea 2025-11-07 00:02:17 +01:00
parent 0993b007a0
commit 8afd54c94d
Signed by: alexcrea
GPG key ID: E346CD16413450E3
3 changed files with 16 additions and 6 deletions

View file

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