mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-08 13:26:39 +01:00
44b9a666c4
- FileResolution was implemented to support a two-pass preprocessor/compiler. - The new architecture no longer needs its functionality. - It doesn't make sense to have implementors individually apply the "checks" to ensure their components are sound. - The component checking code - Remove FileResolution, replace all references with ResourceLocation - Small refactor to UniformBuffer to put everything into one UBO - Remove BlockEntityRenderDispatcherAccessor - Rename component resource location getters for consistency - Small cleanups here and there - Consolidate SourceChecks to SourceChecks.java for future use
34 lines
836 B
JSON
34 lines
836 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.jozufozu.flywheel.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"refmap": "flywheel.refmap.json",
|
|
"client": [
|
|
"BlockEntityTypeMixin",
|
|
"BufferBuilderMixin",
|
|
"ChunkRebuildHooksMixin",
|
|
"ClientLevelMixin",
|
|
"ClientMainMixin",
|
|
"EntityTypeMixin",
|
|
"FixFabulousDepthMixin",
|
|
"FogUpdateMixin",
|
|
"GlStateManagerMixin",
|
|
"InstanceAddMixin",
|
|
"InstanceRemoveMixin",
|
|
"LevelRendererAccessor",
|
|
"LevelRendererInstanceUpdateMixin",
|
|
"LevelRendererMixin",
|
|
"PausedPartialTickAccessor",
|
|
"RenderTypeMixin",
|
|
"VertexFormatMixin",
|
|
"light.LightUpdateMixin",
|
|
"light.NetworkLightUpdateMixin",
|
|
"matrix.Matrix3fMixin",
|
|
"matrix.Matrix4fMixin",
|
|
"matrix.PoseStackMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|