Skip to content

Commit

Permalink
fix(day 3): add @pseudo to Mixin_LevelColorCache
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Oct 13, 2024
1 parent 8b13ffc commit fe76c52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

@Mixin(LevelColorCache.class)
@Pseudo
public final class Mixin_LevelColorCache {
@Mutable
@Shadow
Expand Down

0 comments on commit fe76c52

Please sign in to comment.