File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ run {
72
72
}
73
73
74
74
dependencies {
75
- implementation(' com.seedfinding:mc_math:0eb505174da8a92550f8ec6efe254e0fa936cc0d ' ) { transitive = false }
75
+ implementation(' com.seedfinding:mc_math:d73ac7cc644c67628ade0effd7136e11eb00bb76 ' ) { transitive = false }
76
76
implementation(' com.seedfinding:mc_seed:5518e3ba3ee567fb0b51c15958967f70a6a19e02' ) { transitive = false }
77
- implementation(' com.seedfinding:mc_core:acad44dfe78f25c2466d8f160dd9bf1777733371 ' ) { transitive = false }
77
+ implementation(' com.seedfinding:mc_core:706e4f1b7aa6b42b3627f682a311d06280d80b5c ' ) { transitive = false }
78
78
implementation(' com.seedfinding:mc_noise:a6ab8e6c688491829f8d2adf845392da22ef8e9c' ) { transitive = false }
79
79
80
80
implementation(' com.seedfinding:mc_biome:b2271807a047bb43ac60c8c20ad47e315f19b9a6' ) { transitive = false }
81
81
implementation(' com.seedfinding:mc_terrain:9e937ddb838e28e79423c287fa18b1ce66f061d7' ) { transitive = false }
82
- implementation(' com.seedfinding:mc_feature:ef939c0dd7d66ab1bd290d6aab1e42a12cb3dbf1 ' ) { transitive = false }
82
+ implementation(' com.seedfinding:mc_feature:c29fd1fcd746e14c1bcdb127da3113ba273db1fd ' ) { transitive = false }
83
83
84
84
85
85
testImplementation(' com.seedfinding:mc_reversal:2.0.0' ) { transitive = false }
Original file line number Diff line number Diff line change 1
1
# Done to increase the memory available to gradle.
2
2
org.gradle.jvmargs =-Xmx4G
3
3
4
- version =1.0.22
4
+ version =1.0.23
5
5
6
6
lwjglVersion =3.2.3
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments