1
mirror of https://github.com/Shiewk/ViewServerResources.git synced 2026-04-28 03:44:17 +02:00

1.21.9 support

This commit is contained in:
Shy
2025-10-24 12:56:23 +02:00
parent 9304da40b6
commit d1187288da
3 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}
version = project.mod_version
version = "${project.mod_version}-${project.minecraft_version}"
group = project.maven_group
base {