@@ -181,6 +181,8 @@ dependencies {
181181 runtimeOnly(libs.curios) // depends on ae2wtlib
182182 runtimeOnly(libs.architectury) // depends on ae2wtlib
183183 runtimeOnly(libs.cloth.config) // depends on ae2wtlib
184+ runtimeOnly(libs.polyeng)
185+ runtimeOnly(libs.polymorph)
184186
185187 // Utility
186188 runtimeOnly(libs.jei)
@@ -197,7 +199,8 @@ val modDependencies = listOf(
197199 ModDep (" minecraft" , mcVersion),
198200 ModDep (" ae2" , libs.versions.ae2.range.get(), ordering = Order .AFTER ),
199201 ModDep (" ae2wtlib_api" , " *" , ordering = Order .BEFORE ),
200- ModDep (" ae2wtlib" , libs.versions.ae2wtlib.range.get(), ordering = Order .AFTER , type = Type .OPTIONAL )
202+ ModDep (" ae2wtlib" , libs.versions.ae2wtlib.range.get(), ordering = Order .AFTER , type = Type .OPTIONAL ),
203+ ModDep (" polyeng" , libs.versions.polyeng.range.get(), type = Type .OPTIONAL )
201204)
202205
203206val generateModMetadata by tasks.registering(ProcessResources ::class ) {
@@ -345,12 +348,14 @@ publisher {
345348 curseDepends {
346349 required(" applied-energistics-2" )
347350 optional(" applied-energistics-2-wireless-terminals" )
351+ optional(" polymorphic-energistics" )
348352 embedded(" ae2addonlib" )
349353 }
350354
351355 modrinthDepends {
352356 required(" ae2" )
353357 optional(" applied-energistics-2-wireless-terminals" )
358+ optional(" polymorphic-energistics" )
354359 }
355360
356361 github {
0 commit comments