Skip to content

Commit

Permalink
fix unfixable conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed May 7, 2024
1 parent b29878d commit 8a5e3f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ allprojects {
intermediary()
mojmap()
parchment("1.20.6", "2024.05.01")

devFallbackNamespace "official"
}
}

Expand Down
6 changes: 1 addition & 5 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ plugins {
archivesBaseName = archivesBaseName + "-forge"

unimined.minecraft {
mappings {
devFallbackNamespace "intermediary"
}

forge {
minecraftForge {
loader project.forge_version
mixinConfig ["mixins.baritone.json"]
}
Expand Down
3 changes: 0 additions & 3 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ plugins {
archivesBaseName = archivesBaseName + "-neoforge"

unimined.minecraft {
mappings {
devFallbackNamespace "intermediary"
}

neoForged {
loader project.neoforge_version
Expand Down

0 comments on commit 8a5e3f7

Please sign in to comment.