|
10 | 10 | "create.BeltBlockEntityMixin", |
11 | 11 | "create.BeltBlockMixin", |
12 | 12 | "create.BeltCasingTypeMixin", |
13 | | - "create.BeltModelMixin", |
14 | 13 | "create.BlockMovementChecksImplMixin", |
15 | 14 | "create.ChainConveyorConnectionHandlerMixin", |
16 | 15 | "create.ChainDriveBlockMixin", |
|
24 | 23 | "create.arm_interactions.DeployerMixin", |
25 | 24 | "create.arm_interactions.DepotMixin", |
26 | 25 | "create.arm_interactions.SawMixin", |
| 26 | + "minecraft.IItemExtensionMixin" |
| 27 | + ], |
| 28 | + "client": [ |
| 29 | + "create.BeltModelMixin", |
27 | 30 | "create.client.ChainConveyorRendererMixin", |
28 | 31 | "create.client.ChainConveyorVisualMixin", |
29 | 32 | "create.client.DrillRendererMixin", |
30 | 33 | "create.client.MechanicalMixerRendererMixin", |
31 | 34 | "create.client.MixerVisualMixin", |
32 | 35 | "create.client.RollerActorVisualMixin", |
33 | | - "create.client.RollerRendererMixin", |
34 | | - "minecraft.IItemExtensionMixin" |
35 | | - ], |
36 | | - "client": [ |
| 36 | + "create.client.RollerRendererMixin" |
37 | 37 | ], |
38 | 38 | "injectors": { |
39 | 39 | "defaultRequire": 1 |
|
0 commit comments