This commit is contained in:
KäseToatz
2024-07-15 09:28:55 +02:00
parent e4827cea03
commit 6ab4519093
13 changed files with 219 additions and 70 deletions

View File

@@ -0,0 +1,19 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.kasetoatz.tridenthacks.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [],
"client": [
"ClientConnectionMixin",
"EnchantmentHelperMixin",
"EntityMixin",
"LivingEntityMixin",
"PlayerInventoryMixin",
"PlayerMoveC2SPacketMixin",
"TridentItemMixin"
],
"injectors": {
"defaultRequire": 1
}
}