Skip to content

Instantly share code, notes, and snippets.

View I-No-oNe's full-sized avatar
✏️
Making some 3D models.....

I-No-oNe I-No-oNe

✏️
Making some 3D models.....
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}"