Skip to content

Commit

Permalink
Add srgutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Mar 23, 2024
1 parent bfa27e4 commit 017a906
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ project(':mohist') {
fmllauncherImplementation.extendsFrom(installer, implementation)
}
dependencies {
installer 'net.minecraftforge:srgutils:0.5.4'
installer 'org.ow2.asm:asm:' + ASM_VERSION
installer 'org.ow2.asm:asm-commons:' + ASM_VERSION
installer 'org.ow2.asm:asm-tree:' + ASM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
dependencies {
implementation 'org.ow2.asm:asm:9.6'
implementation 'org.ow2.asm:asm-tree:9.6'
implementation 'net.minecraftforge:srgutils:0.4.+'
implementation 'net.minecraftforge:srgutils:0.5.+'
implementation 'commons-io:commons-io:2.12.0'
implementation 'com.google.code.gson:gson:2.10'
}
1 change: 1 addition & 0 deletions src/fmllauncher/resources/libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ libraries/net/minecraftforge/installertools/1.3.0/installertools-1.3.0.jar|8b8b7
libraries/net/minecraftforge/jarsplitter/1.1.2/jarsplitter-1.1.2.jar|6336b555885a01ec1b129a0e4074428f|7981
libraries/net/minecraftforge/nashorn-core-compat/15.1.1.1/nashorn-core-compat-15.1.1.1.jar|ae37ed8407982eefc9f85fdb1c95a3a0|2194057
libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar|2d1016ebe4c1a63dd50a59d26bd12db1|2834
libraries/net/minecraftforge/srgutils/0.5.4/srgutils-0.5.4.jar|c1b6ebc2474de52de6d343937fa4d7e6|72075
libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar|679363fa893293791e55a21f81342f87|15977
libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar|eb0d9dffe9b0eddead68fe678be76c49|78146
libraries/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar|9eebabaa007dc329845e5ab3c12b4e6b|19827
Expand Down

0 comments on commit 017a906

Please sign in to comment.