File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
4141 modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_api_version} "
4242
4343 // Mod Menu config integration
44- // modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
44+ modImplementation " com.terraformersmc:modmenu:${ project.modmenu_version} "
4545
4646 // Cloth Config API
4747 modApi(" me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_config_version} " ) {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ org.gradle.configuration-cache=false
77
88# Fabric Properties
99 # check these on https://fabricmc.net/develop/
10- minecraft_version =25w45a
11- loader_version =0.17.3
10+ minecraft_version =1.21.11-rc2
11+ loader_version =0.18.1
1212 loom_version =1.13-SNAPSHOT
1313
1414# Mod Properties
@@ -17,7 +17,7 @@ org.gradle.configuration-cache=false
1717 archives_base_name = onebar
1818
1919# Dependencies
20- fabric_api_version =0.138.2 +1.21.11
21- modmenu_version =16 .0.0-rc .1
20+ fabric_api_version =0.139.4 +1.21.11
21+ modmenu_version =17 .0.0-alpha .1
2222 cloth_config_version =20.0.149
2323 exordium_version =1.2.1-1.20.2
Original file line number Diff line number Diff line change 11package io .github .madis0 ;
2- /*
2+
33import com .terraformersmc .modmenu .api .ConfigScreenFactory ;
44import com .terraformersmc .modmenu .api .ModMenuApi ;
55import me .shedaniel .autoconfig .AutoConfig ;
@@ -10,4 +10,3 @@ public ConfigScreenFactory<?> getModConfigScreenFactory() {
1010 return parent -> AutoConfig .getConfigScreen (ModConfig .class , parent ).get ();
1111 }
1212}
13- */
Original file line number Diff line number Diff line change 1616import net .minecraft .world .entity .ai .attributes .Attribute ;
1717import net .minecraft .world .entity .ai .attributes .Attributes ;
1818import net .minecraft .world .entity .animal .camel .Camel ;
19- import net .minecraft .world .entity .animal .horse .AbstractHorse ;
19+ import net .minecraft .world .entity .animal .equine .AbstractHorse ;
2020import net .minecraft .world .entity .player .Player ;
2121import net .minecraft .world .item .ItemStack ;
2222import net .minecraft .world .item .Items ;
Original file line number Diff line number Diff line change 3030 "depends" : {
3131 "fabric-api" : " *" ,
3232 "cloth-config2" : " *" ,
33- "minecraft" : " >=1.21.10 -"
33+ "minecraft" : " >=1.21.11 -"
3434 },
3535 "suggests" : {
3636 "modmenu" : " *"
You can’t perform that action at this time.
0 commit comments