37 lines
801 B
JSON
37 lines
801 B
JSON
{
|
|
"required": true,
|
|
"package": "xyz.pixelatedw.finalbeta.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"mixins": [],
|
|
"client": [
|
|
"DeathScreenMixin",
|
|
"ClientPlayerMixin",
|
|
"SugarCaneMixin",
|
|
"BowItemMixin",
|
|
"PlayerRendererMixin",
|
|
"ContainerScreenMixin",
|
|
"BipedRendererMixin",
|
|
"SkeletonModelMixin",
|
|
"ToolItemMixin",
|
|
"StairsTileMixin",
|
|
"ScreenMixin",
|
|
"ResourceDownloadThreadMixin",
|
|
"MinecraftAppletMixin",
|
|
"ItemInstanceMixin",
|
|
"MinecraftMixin",
|
|
"MinecartMixin",
|
|
"LivingEntityRendererMixin",
|
|
"FishHookMixin",
|
|
"TileRendererMixin",
|
|
"LivingEntityMixin",
|
|
"FurnaceEntityMixin",
|
|
"WorldRendererMixin",
|
|
"VideoSettingsScreenMixin",
|
|
"TileMixin",
|
|
"OverlayMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|