mod menu support

This commit is contained in:
2025-10-31 15:04:26 +01:00
parent ee58121002
commit 6ef3f8fffc
4 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.11-SNAPSHOT'
id 'fabric-loom' version "${loom_version}"
id 'maven-publish'
}