revert Split client & common sources + POC FPS counter
This commit is contained in:
2025-03-27 11:15:28 +01:00
parent 6db16e9958
commit 412df333a5
9 changed files with 5 additions and 119 deletions

View File

@ -18,18 +18,6 @@ repositories {
// for more information about repositories.
}
loom {
splitEnvironmentSourceSets()
mods {
"survivalfabric" {
sourceSet sourceSets.main
sourceSet sourceSets.client
}
}
}
fabricApi {
configureDataGeneration {
client = true
@ -38,7 +26,7 @@ fabricApi {
dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
minecraft "net.minecraft:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"