mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-15 23:14:12 +01:00
1fdf1ff7e9
- Fix rotation indicator particles - Fix sail dyeing - Turn BreakProgressHook into DestroyProgressRenderingHandler interface - Refactor overlay rendering to properly use API - Change SpriteShiftEntry to use StitchedSprites - Use OnDatapackSyncEvent instead of mixin - Organize foundation.ponder package - Remove usage of deprecated: - Durability bar methods - Constants class
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"required": true,
|
|
"priority": 1100,
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"refmap": "create.refmap.json",
|
|
"mixins": [
|
|
"CustomItemUseEffectsMixin"
|
|
],
|
|
"client": [
|
|
"DestroyProgressMixin",
|
|
"EntityContraptionInteractionMixin",
|
|
"FixNormalScalingMixin",
|
|
"HeavyBootsOnPlayerMixin",
|
|
"ModelDataRefreshMixin",
|
|
"WindowResizeMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"minVersion": "0.8"
|
|
}
|