You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
afloydwiremod/src/main/resources/afloydwiremod.mixins.json

20 lines
420 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "net.brokenmoon.afloydwiremod.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinEntityPlayerSP",
"MixinEntityPlayerMP",
"MixinBlockRenderer",
"MixinNetClientHandler",
"MixinNetServerHandler",
"AccessorPacket"
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
}