2023-04-02 20:25:30 +03:00
|
|
|
{
|
|
|
|
"required": true,
|
2023-04-13 01:02:31 +03:00
|
|
|
"package": "xyz.pixelatedw.finalbeta.mixin",
|
2023-04-02 20:25:30 +03:00
|
|
|
"compatibilityLevel": "JAVA_8",
|
|
|
|
"mixins": [],
|
|
|
|
"client": [
|
|
|
|
"DeathScreenMixin",
|
|
|
|
"ClientPlayerMixin",
|
|
|
|
"SugarCaneMixin",
|
|
|
|
"BowItemMixin",
|
|
|
|
"PlayerRendererMixin",
|
|
|
|
"ContainerScreenMixin",
|
|
|
|
"BipedRendererMixin",
|
|
|
|
"SkeletonModelMixin",
|
|
|
|
"ToolItemMixin",
|
|
|
|
"StairsTileMixin",
|
|
|
|
"ScreenMixin",
|
|
|
|
"ResourceDownloadThreadMixin",
|
|
|
|
"MinecraftAppletMixin",
|
|
|
|
"ItemInstanceMixin",
|
|
|
|
"MinecraftMixin",
|
2023-04-02 23:07:24 +03:00
|
|
|
"MinecartMixin",
|
2023-04-06 23:56:45 +03:00
|
|
|
"LivingEntityRendererMixin",
|
2023-04-07 23:25:55 +03:00
|
|
|
"FishHookMixin",
|
2023-04-13 21:14:16 +03:00
|
|
|
"TileRendererMixin",
|
2023-04-13 22:49:00 +03:00
|
|
|
"LivingEntityMixin",
|
2023-04-14 00:11:21 +03:00
|
|
|
"FurnaceEntityMixin",
|
|
|
|
"WorldRendererMixin",
|
2023-08-08 17:13:39 +03:00
|
|
|
"VideoSettingsScreenMixin",
|
2024-01-06 20:46:45 +02:00
|
|
|
"GrassTileMixin",
|
|
|
|
"OverlayMixin",
|
|
|
|
"BookshelfTileMixin",
|
2024-01-06 22:16:36 +02:00
|
|
|
"FenceTileMixin",
|
|
|
|
"LevelMonsterSpawnerMixin",
|
2024-01-07 02:30:52 +02:00
|
|
|
"BedTileMixin",
|
2024-01-07 13:29:03 +02:00
|
|
|
"BoatMixin",
|
|
|
|
"LevelPropertiesMixin",
|
2024-01-07 19:49:07 +02:00
|
|
|
"LevelMixin",
|
2024-01-08 00:21:04 +02:00
|
|
|
"DoorTileMixin",
|
2024-01-08 01:20:43 +02:00
|
|
|
"CraftingContainerMixin",
|
2024-08-07 21:25:44 +03:00
|
|
|
"RecipeRegistryMixin",
|
2024-08-18 18:46:02 +03:00
|
|
|
"SnowballMixin",
|
2024-08-19 01:03:12 +03:00
|
|
|
"EntityMixin",
|
2024-08-30 13:18:57 +03:00
|
|
|
"SlimeMixin",
|
2024-09-10 00:32:41 +03:00
|
|
|
"DimensionMixin",
|
|
|
|
"TranslationStorageMixin",
|
2024-09-11 14:27:36 +03:00
|
|
|
"RecipeRegistryAccessor",
|
2024-09-11 14:49:42 +03:00
|
|
|
"FoodItemMixin",
|
2024-09-11 16:12:57 +03:00
|
|
|
"ItemTypeAccessor",
|
2024-12-24 00:57:16 +02:00
|
|
|
"PressurePlateTileMixin",
|
2024-12-24 19:21:10 +02:00
|
|
|
"LeavesTileMixin",
|
2025-04-06 12:07:38 +03:00
|
|
|
"StillFluidTileMixin",
|
2025-04-06 13:17:44 +03:00
|
|
|
"FlowingFluidTileMixin",
|
2025-04-06 14:50:23 +03:00
|
|
|
"ClientInteractionManagerMixin",
|
|
|
|
"MushroomStewItemMixin"
|
2023-04-02 20:25:30 +03:00
|
|
|
],
|
|
|
|
"injectors": {
|
2024-01-06 20:46:45 +02:00
|
|
|
"defaultRequire": -1
|
2023-04-02 20:25:30 +03:00
|
|
|
}
|
|
|
|
}
|