cleanup. move tweaker classes
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user