Skip to content

Commit

Permalink
Fix mappings conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Jan 2, 2025
1 parent b1fed98 commit c9de604
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ indent_size = 2

[.editorconfig]
indent_style = space
indent_size = 4
indent_size = 4

[*.tiny]
indent_style = tab
4 changes: 2 additions & 2 deletions apron-compat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies {
modCompileOnly(files("mods/overrideapi-old.jar"))
modCompileOnly(files("mods/overrideapi-sarcasm.jar"))
modCompileOnly(files("mods/betterthanwolves.jar"))
// modCompileOnly(files("mods/hmi.jar"))
// modCompileOnly(files("mods/betatweaks.jar"))
modCompileOnly(files("mods/hmi.jar"))
modCompileOnly(files("mods/betatweaks.jar"))
modCompileOnly(files("mods/somnia.jar"))
modCompileOnly(files("mods/betterblocks.jar"))
modCompileOnly(files("mods/incrediblefungus.jar"))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ allprojects {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings loom.layered {
it.mappings "net.glasslauncher:biny:${rootProject.mappings}:v2"
// it.mappings file("${rootProject.projectDir}/mappings/mod-mappings.tiny")
it.mappings file("${rootProject.projectDir}/mappings/mod-mappings.tiny")
}
modApi "net.fabricmc:fabric-loader:${rootProject.loader_version}"

Expand Down
8 changes: 4 additions & 4 deletions mappings/mod-mappings.tiny
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tiny 2 0 intermediary named
c hmi/GuiRecipeViewer hmi/GuiRecipeViewer
m ()V init initModded
c betatweaks/gui/GuiImprovedChat betatweaks/gui/GuiImprovedChat
m ()V init initModded
c hmi/GuiRecipeViewer hmi/GuiRecipeViewer
m ()V init initModded
c betatweaks/gui/GuiImprovedChat betatweaks/gui/GuiImprovedChat
m ()V init initModded

0 comments on commit c9de604

Please sign in to comment.