{
  "package": "io.github.moulberry.notenoughupdates.mixins",
  "refmap": "mixins.notenoughupdates.refmap.json",
  "minVersion": "0.7",
  "plugin": "io.github.moulberry.notenoughupdates.envcheck.NEUMixinConfigPlugin",
  "compatibilityLevel": "JAVA_8",
  "mixins": [
    "AccessorEntityAgeable",
    "AccessorEntityArmorStand",
    "AccessorGuiPlayerTabOverlay",
    "MixinAbstractClientPlayer",
    "MixinContainer",
    "MixinEffectRenderer",
    "MixinEntity",
    "MixinEntityAgeable",
    "MixinEntityHorse",
    "MixinEntityPlayer",
    "MixinEntityPlayerSP",
    "MixinEntityRenderer",
    "MixinEntitySkeleton",
    "MixinGuiChest",
    "MixinGuiContainer",
    "MixinGuiIngame",
    "MixinGuiInventory",
    "MixinGuiScreen",
    "MixinInventoryEffectRenderer",
    "MixinInventoryPlayer",
    "MixinItemCameraTransforms",
    "MixinItemRenderer",
    "MixinItemStack",
    "MixinLayerArmorBase",
    "MixinLayerCustomHead",
    "MixinMinecraft",
    "MixinMouseHelper",
    "MixinNetHandlerPlayClient",
    "MixinPlayerControllerMP",
    "MixinRender",
    "MixinRendererLivingEntity",
    "MixinRenderFish",
    "MixinRenderGlobal",
    "MixinRenderItem",
    "MixinRenderList",
    "MixinTextureManager",
    "MixinTileEntitySkullRenderer",
    "MixinTileEntitySpecialRenderer",
    "MixinVboRenderList",
    "MixinWorld",
    "MixinWorldClient"
  ],
  "client": [
    "AccessorGuiContainer",
    "AccessorGuiEditSign",
    "AccessorMinecraft",
    "MixinGuiEditSign"
  ]
}