mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-12 13:15:03 +01:00
a2b9dfc28a
- InstanceKey is no more. - InstanceData and co. keep track of removals and updates. - InstancedModel's buffer management is much more sane now. - Re-add mixin to #tickBlockEntities and ensure compat with Performant. - Move ...backend.instancing.impl to backend.core
22 lines
No EOL
555 B
JSON
22 lines
No EOL
555 B
JSON
{
|
|
"required": true,
|
|
"priority": 1100,
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"refmap": "create.refmap.json",
|
|
"mixins": ["StepSoundMixin"],
|
|
"client": [
|
|
"TileWorldHookMixin",
|
|
"CancelTileEntityRenderMixin",
|
|
"FogColorTrackerMixin",
|
|
"LightUpdateMixin",
|
|
"NetworkLightUpdateMixin",
|
|
"RenderHooksMixin",
|
|
"ShaderCloseMixin",
|
|
"TileRemoveMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"minVersion": "0.8"
|
|
} |