We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1964fbf commit 40a2aa0Copy full SHA for 40a2aa0
build.gradle
@@ -53,7 +53,7 @@ minecraft {
53
client {
54
workingDirectory project.file('run')
55
56
- property 'fml.coreMods.load', 'com.lambda.client.mixin.MixinLoaderForge'
+ property 'fml.coreMods.load', 'com.lambda.client.LambdaCoreMod'
57
property 'mixin.env.disableRefMap', 'true' // Disable refmap so we don't get trolled by Baritone
58
59
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
0 commit comments