V1.2
This commit is contained in:
19
src/main/resources/tridenthacks.mixins.json
Normal file
19
src/main/resources/tridenthacks.mixins.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user