Initial commit

This commit is contained in:
2026-06-19 18:14:40 +06:00
commit ef3ec8d9f1
671 changed files with 5595 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
{
"required": true,
"minVersion": "0.8",
"package": "padej.soup.mixins",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ClientConnectionMixin",
"EntityMixin",
"LivingEntityMixin",
"ScoreboardMixin",
"TextVisitFactoryMixin"
],
"injectors": {
"defaultRequire": 0
},
"priority": 1500,
"overwrites": {
"conformVisibility": true
},
"client": [
"BackGroundRendererMixin",
"BossBarHudMixin",
"CameraMixin",
"CapabilityTrackerMixin",
"ChatScreenMixin",
"ClientPlayerEntityMixin",
"ClientPlayerInteractionManagerMixin",
"ClientPlayNetworkHandlerMixin",
"ClientWorldMixin",
"ClientWorldPropertiesMixin",
"DrawContextMixin",
"EndCrystalEntityRendererMixin",
"EntityRenderDispatcherMixin",
"EntityRendererMixin",
"GameRendererMixin",
"HeldItemRendererMixin",
"InGameHudMixin",
"InGameOverlayRendererMixin",
"KeyBindingMixin",
"KeyboardMixin",
"LightmapCoordinatesRetrieverMixin",
"LightmapTextureManagerMixin",
"MinecraftClientMixin",
"MouseMixin",
"MultiplayerScreenMixin",
"NativeImageMixin",
"PlayerEntityRendererMixin",
"PlayerListHudMixin",
"ScreenMixin",
"SurvivalInventoryMixin",
"TitleScreenMixin",
"WorldRendererMixin",
"accessor.BufferRendererAccessor",
"accessor.EndCrystalEntityModelAccessor",
"accessor.PlayerListEntryAccessor"
],
"refmap": "SoupVisuals-refmap.json"
}