mod menu support

This commit is contained in:
2025-10-31 15:09:39 +01:00
parent a40bd242ee
commit 0a8440e5c2
4 changed files with 13 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.11-SNAPSHOT'
id 'fabric-loom' version "${loom_version}"
id 'maven-publish'
}
@@ -10,16 +10,6 @@ base {
archivesName = project.archives_base_name
}
loom {
splitEnvironmentSourceSets()
mods {
"hungryfrog" {
sourceSet sourceSets.main
}
}
}
repositories {
// Add repositories to retrieve artifacts from in here.
// You should only use this when depending on other mods because