Skip to content

Instantly share code, notes, and snippets.

View I-No-oNe's full-sized avatar
πŸ€”
Thinking about the future...

I-No-oNe I-No-oNe

πŸ€”
Thinking about the future...
View GitHub Profile
@I-No-oNe
I-No-oNe / MixinUpdater.py
Created April 15, 2026 19:08
MixinUpdater.py By Claude for porting from mc 1.21.11 to 26.1
import os
import re
import json
# ── Helpers ───────────────────────────────────────────────────────────────────
def expected_class_name(mixin_target: str) -> str:
return f"Mixin{mixin_target}"