Move AE2 dynamic resources compat to common module

This commit is contained in:
embeddedt 2023-05-21 20:17:38 -04:00
parent 117febba6d
commit f48ed1212b
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
4 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@ dependencies {
modCompileOnly("me.shedaniel:RoughlyEnoughItems-fabric:${rei_version}") {
transitive = false
}
modCompileOnly("appeng:appliedenergistics2-fabric:${appeng_version}") {
transitive = false
}
// compile against the JEI API but do not include it at runtime
modCompileOnly("mezz.jei:jei-${minecraft_version}-common:${jei_version}")
// Remove the next line if you don't want to depend on the API

View File

@ -1,4 +1,4 @@
package org.embeddedt.modernfix.forge.mixin.perf.dynamic_resources.ae2;
package org.embeddedt.modernfix.common.mixin.perf.dynamic_resources.ae2;
import appeng.core.AppEng;
import appeng.init.client.InitAutoRotatingModel;

View File

@ -45,7 +45,6 @@ dependencies {
modCompileOnly("team.chisel.ctm:CTM:${ctm_version}")
modCompileOnly("curse.maven:supermartijncore-454372:4455384")
modCompileOnly("appeng:appliedenergistics2-forge:11.7.3")
modCompileOnly("vazkii.patchouli:Patchouli:1.18.2-71.1")
common(project(path: ":common", configuration: "namedElements")) { transitive false }

View File

@ -18,3 +18,4 @@ fabric_loader_version=0.14.18
fabric_api_version=0.76.0+1.18.2
modmenu_version=3.2.5
appeng_version=11.7.2