mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-10 14:27:08 +01:00
e26f47baff
- fixed a minor oversight in ProperWaterloggedBlock - changed tracks material color to metal - added the ability to add station markers to maps, working similar to banners
32 lines
823 B
JSON
32 lines
823 B
JSON
{
|
|
"required": true,
|
|
"priority": 1100,
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"refmap": "create.refmap.json",
|
|
"mixins": [
|
|
"CustomItemUseEffectsMixin",
|
|
"MapItemSavedDataMixin",
|
|
"accessor.AbstractProjectileDispenseBehaviorAccessor",
|
|
"accessor.DispenserBlockAccessor",
|
|
"accessor.FallingBlockEntityAccessor",
|
|
"accessor.LivingEntityAccessor",
|
|
"accessor.ServerLevelAccessor"
|
|
],
|
|
"client": [
|
|
"DestroyProgressMixin",
|
|
"EntityContraptionInteractionMixin",
|
|
"FixNormalScalingMixin",
|
|
"GameRendererMixin",
|
|
"HeavyBootsOnPlayerMixin",
|
|
"ModelDataRefreshMixin",
|
|
"WindowResizeMixin",
|
|
"accessor.AgeableListModelAccessor",
|
|
"accessor.GameRendererAccessor",
|
|
"accessor.ParticleEngineAccessor"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"minVersion": "0.8"
|
|
}
|