diff --git a/build.gradle.kts b/build.gradle.kts index 59d1b54ee..73f500b41 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -144,6 +144,7 @@ dependencies { val resourceful_config_id: String by project val botarium_id: String by project val ad_astra_id: String by project + val worldedit_id: String by project compileOnly(fg.deobf("top.theillusivec4.curios:curios-forge:${curios_version}+${curios_mc_version}")) compileOnly(fg.deobf("curse.maven:cosmetic-armor-reworked-237307:$cosmetic_armor_reworked_id")) @@ -161,6 +162,7 @@ dependencies { compileOnly(fg.deobf("curse.maven:resourceful-config-714059:${resourceful_config_id}")) compileOnly(fg.deobf("curse.maven:botarium-704113:${botarium_id}")) compileOnly(fg.deobf("curse.maven:ad-astra-635042:${ad_astra_id}")) + runtimeOnly(fg.deobf("curse.maven:worldedit-225608:${worldedit_id}")) // runtimeOnly(fg.deobf("curse.maven:worldedit-225608:${worldedit_fileid}")) // runtimeOnly(fg.deobf("at.ridgo8.moreoverlays:MoreOverlays-updated:${more_overlays_version}")) diff --git a/gradle.properties b/gradle.properties index 09768289d..b6e738d91 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,6 +29,7 @@ resourceful_lib_id=4598948 resourceful_config_id=4576455 jade_id=4818518 configured_id=4462894 +worldedit_id=4807512 kotlin_for_forge_version=4.7.0 kotlin_version=1.9.0