Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Wide-Cat committed Sep 8, 2023
1 parent c8cf97a commit d768fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

@Mixin(value = AbstractBlockRenderContext.class, remap = false)
public class BakedModelConsumerImplMixin {
public class AbstractBlockRenderContextMixin {
@Shadow
protected BlockRenderInfo blockInfo;

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/meteor-client-indium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compatibilityLevel": "JAVA_17",
"plugin": "meteordevelopment.meteorclient.MixinPlugin",
"client": [
"BakedModelConsumerImplMixin"
"AbstractBlockRenderContextMixin"
],
"injectors": {
"defaultRequire": 1
Expand Down

0 comments on commit d768fc8

Please sign in to comment.