Commit a885fc3 1 parent 5e913ea commit a885fc3 Copy full SHA for a885fc3
File tree 7 files changed +17
-8
lines changed
src/main/java/sunsetsatellite/catalyst
7 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ dependencies {
108
108
modImplementation " fabric-loader:fabric-loader:${ project.loader_version} "
109
109
110
110
modImplementation " bta-halplibe:halplibe:${ project.halplibe_version} "
111
- modImplementation " ModMenu:ModMenu:2.0.3 "
111
+ modImplementation " ModMenu:ModMenu:2.0.4 "
112
112
113
113
if (findProject(" :catalyst" ) == null ){
114
114
runtimeOnly(project(path : " :energy" , " configuration" : " namedElements" ))
Original file line number Diff line number Diff line change 16
16
dependencies {
17
17
if (findProject(" :catalyst" ) != null ){
18
18
implementation project(path : ' :catalyst' , configuration : " namedElements" )
19
+ } else {
20
+ implementation project(path : ' :' , configuration : " namedElements" )
19
21
}
20
22
21
23
minecraft " bta-download-repo:bta:${ project.bta_version} "
@@ -34,7 +36,7 @@ dependencies {
34
36
modImplementation " fabric-loader:fabric-loader:${ project.loader_version} "
35
37
36
38
modImplementation " bta-halplibe:halplibe:${ project.halplibe_version} "
37
- modImplementation " ModMenu:ModMenu:2.0.0 "
39
+ modImplementation " ModMenu:ModMenu:2.0.4 "
38
40
}
39
41
40
42
processResources {
Original file line number Diff line number Diff line change 4
4
import net .minecraft .client .gui .options .components .ToggleableOptionComponent ;
5
5
import net .minecraft .client .gui .options .data .OptionsPage ;
6
6
import net .minecraft .client .gui .options .data .OptionsPages ;
7
+ import net .minecraft .core .item .Item ;
7
8
import sunsetsatellite .catalyst .effects .interfaces .mixins .IKeybinds ;
8
9
import turniplabs .halplibe .util .ClientStartEntrypoint ;
9
10
@@ -16,7 +17,7 @@ public void beforeClientStart() {
16
17
@ Override
17
18
public void afterClientStart () {
18
19
CatalystEffects .keybinds = ((IKeybinds ) Minecraft .getMinecraft (Minecraft .class ).gameSettings );
19
- OptionsPage optionsPage = new OptionsPage ("gui.options.page.catalyst-effect" );
20
+ OptionsPage optionsPage = new OptionsPage ("gui.options.page.catalyst-effect" , Item . bucketWater . getDefaultStack () );
20
21
optionsPage
21
22
.withComponent (new ToggleableOptionComponent <>(CatalystEffects .keybinds .getEffectDisplayPlaceEnumOption ()));
22
23
OptionsPages .register (optionsPage );
Original file line number Diff line number Diff line change 16
16
dependencies {
17
17
if (findProject(" :catalyst" ) != null ){
18
18
implementation project(path : ' :catalyst' , configuration : " namedElements" )
19
+ } else {
20
+ implementation project(path : ' :' , configuration : " namedElements" )
19
21
}
20
22
21
23
minecraft " bta-download-repo:bta:${ project.bta_version} "
@@ -34,7 +36,7 @@ dependencies {
34
36
modImplementation " fabric-loader:fabric-loader:${ project.loader_version} "
35
37
36
38
modImplementation " bta-halplibe:halplibe:${ project.halplibe_version} "
37
- modImplementation " ModMenu:ModMenu:2.0.0 "
39
+ modImplementation " ModMenu:ModMenu:2.0.4 "
38
40
}
39
41
40
42
processResources {
Original file line number Diff line number Diff line change 16
16
dependencies {
17
17
if (findProject(" :catalyst" ) != null ){
18
18
implementation project(path : ' :catalyst' , configuration : " namedElements" )
19
+ } else {
20
+ implementation project(path : ' :' , configuration : " namedElements" )
19
21
}
20
22
21
23
minecraft " bta-download-repo:bta:${ project.bta_version} "
@@ -34,7 +36,7 @@ dependencies {
34
36
modImplementation " fabric-loader:fabric-loader:${ project.loader_version} "
35
37
36
38
modImplementation " bta-halplibe:halplibe:${ project.halplibe_version} "
37
- modImplementation " ModMenu:ModMenu:2.0.0 "
39
+ modImplementation " ModMenu:ModMenu:2.0.4 "
38
40
}
39
41
40
42
processResources {
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx2G
2
2
3
3
# BTA
4
- bta_version =7.1-pre1a
4
+ bta_version =7.1-pre2a
5
5
6
6
# Loader
7
7
loader_version =0.15.6-babric.4-bta
8
8
9
9
# HalpLibe
10
- halplibe_version =3.1.2
10
+ halplibe_version =3.4.15
11
11
12
12
# Mod
13
13
core_mod_version =1.1.5
Original file line number Diff line number Diff line change 16
16
dependencies {
17
17
if (findProject(" :catalyst" ) != null ){
18
18
implementation project(path : ' :catalyst' , configuration : " namedElements" )
19
+ } else {
20
+ implementation project(path : ' :' , configuration : " namedElements" )
19
21
}
20
22
21
23
minecraft " bta-download-repo:bta:${ project.bta_version} "
@@ -34,7 +36,7 @@ dependencies {
34
36
modImplementation " fabric-loader:fabric-loader:${ project.loader_version} "
35
37
36
38
modImplementation " bta-halplibe:halplibe:${ project.halplibe_version} "
37
- modImplementation " ModMenu:ModMenu:2.0.0 "
39
+ modImplementation " ModMenu:ModMenu:2.0.4 "
38
40
}
39
41
40
42
java {
You can’t perform that action at this time.
0 commit comments