Skip to content

Commit 40a2aa0

Browse files
committed
Fix deobf environment
1 parent 1964fbf commit 40a2aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ minecraft {
5353
client {
5454
workingDirectory project.file('run')
5555

56-
property 'fml.coreMods.load', 'com.lambda.client.mixin.MixinLoaderForge'
56+
property 'fml.coreMods.load', 'com.lambda.client.LambdaCoreMod'
5757
property 'mixin.env.disableRefMap', 'true' // Disable refmap so we don't get trolled by Baritone
5858

5959
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'

0 commit comments

Comments
 (0)