mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 06:16:07 +01:00
7da64cded6
- The lightmap moved - Begin to move away from access transformers - .textureManager -> .getTextureManager() - RIP cutout, saw that coming
24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.jozufozu.flywheel.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"refmap": "flywheel.refmap.json",
|
|
"client": [
|
|
"CancelEntityRenderMixin",
|
|
"CancelTileEntityRenderMixin",
|
|
"FixFabulousDepthMixin",
|
|
"RenderHooksMixin",
|
|
"ShaderCloseMixin",
|
|
"atlas.AtlasDataMixin",
|
|
"atlas.SheetDataAccessor",
|
|
"light.LightUpdateMixin",
|
|
"light.NetworkLightUpdateMixin",
|
|
"LevelRendererAccessor",
|
|
"InstanceAddMixin",
|
|
"InstanceRemoveMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|