cleanup. move tweaker classes

This commit is contained in:
Wagyourtail
2022-04-16 03:22:53 -07:00
parent 070083dc9b
commit 93a16f356d
8 changed files with 18 additions and 32 deletions

View File

@@ -40,13 +40,6 @@ configurations {
dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.fabric_version}"
// this makes it compile with the forge tweak stuff
compileOnly 'com.github.ImpactDevelopment:SimpleTweaker:1.2'
compileOnly('net.minecraft:launchwrapper:1.12') {
exclude module: 'lwjgl'
exclude module: 'asm-debug-all'
}
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
}