Split client & common sources + POC FPS counter

This commit is contained in:
2025-03-27 11:03:35 +01:00
parent b6bb6565a8
commit 045623a67b
9 changed files with 119 additions and 5 deletions

View File

@ -0,0 +1,11 @@
{
"required": true,
"package": "wtf.hak.survivalfabric.mixin.client",
"compatibilityLevel": "JAVA_21",
"client": [
"InGameHudMixin"
],
"injectors": {
"defaultRequire": 1
}
}