File tree Expand file tree Collapse file tree
java/com/falsepattern/falsetweaks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ minecraft_fp {
5151 }
5252}
5353
54+ tasks.processResources.configure {
55+ from(configurations.runtimeClasspath.map { it.filter { file -> file.name.contains(" megatraceservice" ) } }) {
56+ into(" META-INF/falsepatternlib_repo/mega/megatraceservice/1.2.0/" )
57+ }
58+ }
59+
5460repositories {
5561 cursemavenEX()
5662 exclusive(mavenpattern(), " com.falsepattern" , " makamys" )
@@ -63,7 +69,7 @@ repositories {
6369}
6470
6571dependencies {
66- implementationSplit(" com.falsepattern:falsepatternlib-mc1.7.10:1.5.9 " )
72+ implementationSplit(" com.falsepattern:falsepatternlib-mc1.7.10:1.6.0 " )
6773 implementation(" org.joml:joml:1.10.8" )
6874 implementation(" it.unimi.dsi:fastutil:8.5.15" )
6975 implementation(" mega:megatraceservice:1.2.0" )
Original file line number Diff line number Diff line change 4242 acceptedMinecraftVersions = "[1.7.10]" ,
4343 guiFactory = Tags .ROOT_PKG + ".config.FalseTweaksGuiFactory" ,
4444 acceptableRemoteVersions = "*" ,
45- dependencies = "required-after:falsepatternlib@[1.5.9 ,);" +
45+ dependencies = "required-after:falsepatternlib@[1.6.0 ,);" +
4646 "after:neodymium@[0.4.3,);" +
4747 "after:gtnhlib@[0.5.21,);"
4848 )
Original file line number Diff line number Diff line change 11{
22 "identifier" : " falsepatternlib_dependencies" ,
33 "repositories" : [
4- " https://repo1.maven.org/maven2/" ,
5- " https://mvn.falsepattern.com/gtmega_releases/"
4+ " https://repo1.maven.org/maven2/"
65 ],
76 "dependencies" : {
87 "always" : {
You can’t perform that action at this time.
0 commit comments