Skip to content

Commit

Permalink
disable MPO, which fixes remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Sep 5, 2024
1 parent c4f2a7d commit 59e2916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import java.util.zip.Deflater

plugins {
java
id("architectury-plugin") version "3.4.155" apply false
id("dev.architectury.loom") version "1.7.412" apply false
id("architectury-plugin") version "3.4.159" apply false
id("dev.architectury.loom") version "1.6.411" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
}

Expand Down Expand Up @@ -145,7 +145,7 @@ subprojects {

// set up properties for filling into metadata
val properties = mapOf(
"version" to version,
"version" to "mod_version"(),
"minecraft_version" to "minecraft_version"(),
"fabric_api_version" to "fabric_api_version"(),
"fabric_loader_version" to "fabric_loader_version"(),
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ org.gradle.parallel = true
org.gradle.caching = true

fabric.loom.disableProjectDependentMods = true
fabric.loom.multiProjectOptimisation = true

## Gradle Plugins
arch_plugin_version = 3.4.151
Expand All @@ -14,7 +13,7 @@ shadow_version = 8.1.1

## Mod Info
archives_base_name = interiors
mod_version=0.5.5
mod_version=0.5.6
maven_group = com.sudolev

mixin_extras_version = 0.3.5
Expand Down

0 comments on commit 59e2916

Please sign in to comment.