Update modmenu and use fabric api bom
Fixes fabric runs for 1.21.4
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies {
|
|||||||
include "me.shedaniel.cloth:cloth-config-fabric:${rootProject.cloth_version}"
|
include "me.shedaniel.cloth:cloth-config-fabric:${rootProject.cloth_version}"
|
||||||
modImplementation "com.terraformersmc:modmenu:${rootProject.modmenu_version}"
|
modImplementation "com.terraformersmc:modmenu:${rootProject.modmenu_version}"
|
||||||
|
|
||||||
|
modImplementation platform(fabricApiLibs.bom)
|
||||||
modImplementation fabricApiLibs.command.api.v2
|
modImplementation fabricApiLibs.command.api.v2
|
||||||
modImplementation fabricApiLibs.lifecycle.events.v1
|
modImplementation fabricApiLibs.lifecycle.events.v1
|
||||||
include fabricApiLibs.command.api.v2
|
include fabricApiLibs.command.api.v2
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ snakeyaml_version=2.3
|
|||||||
concurrentutil_version=0.0.2-SNAPSHOT
|
concurrentutil_version=0.0.2-SNAPSHOT
|
||||||
yamlconfig_version=1.0.2-SNAPSHOT
|
yamlconfig_version=1.0.2-SNAPSHOT
|
||||||
cloth_version=16.0.141
|
cloth_version=16.0.141
|
||||||
modmenu_version=12.0.0-beta.1
|
modmenu_version=13.0.0-beta.1
|
||||||
junit_version=5.11.3
|
junit_version=5.11.3
|
||||||
# version ids from modrinth
|
# version ids from modrinth
|
||||||
fabric_lithium_version=t1FlWYl9
|
fabric_lithium_version=t1FlWYl9
|
||||||
|
|||||||
Reference in New Issue
Block a user