inital 1.21.11

This commit is contained in:
mcrcortex
2025-12-14 18:02:29 +10:00
parent 0f9287adcb
commit f713ef2e8f
18 changed files with 63 additions and 68 deletions

View File

@@ -35,10 +35,10 @@
"common.voxy.mixins.json"
],
"depends": {
"minecraft": ["1.21.9", "1.21.10"],
"minecraft": ["1.21.11"],
"fabricloader": ">=0.14.22",
"fabric-api": ">=0.91.1",
"sodium": "=0.7.*"
"sodium": "=0.8.*"
},
"accessWidener": "voxy.accesswidener"
}

View File

@@ -6,7 +6,7 @@ accessible class com/mojang/blaze3d/opengl/GlDebug$LogEntry
accessible field net/minecraft/client/multiplayer/ClientLevel levelRenderer Lnet/minecraft/client/renderer/LevelRenderer;
accessible field com/mojang/blaze3d/opengl/GlBuffer handle I
accessible field net/minecraft/client/color/block/BlockColors blockColors Lnet/minecraft/core/IdMapper;
accessible field net/minecraft/client/renderer/texture/TextureAtlas mipLevel I
accessible field net/minecraft/client/renderer/texture/TextureAtlas maxMipLevel I
accessible field net/minecraft/client/gui/components/BossHealthOverlay events Ljava/util/Map;
accessible field net/minecraft/client/multiplayer/MultiPlayerGameMode connection Lnet/minecraft/client/multiplayer/ClientPacketListener;
@@ -14,11 +14,6 @@ accessible field net/minecraft/world/level/chunk/PalettedContainer data Lnet/min
accessible field net/minecraft/world/level/chunk/PalettedContainer$Data palette Lnet/minecraft/world/level/chunk/Palette;
accessible field net/minecraft/world/level/chunk/PalettedContainer$Data storage Lnet/minecraft/util/BitStorage;
accessible field net/minecraft/client/renderer/RenderType$CompositeRenderType state Lnet/minecraft/client/renderer/RenderType$CompositeState;
accessible field net/minecraft/client/renderer/RenderType$CompositeState textureState Lnet/minecraft/client/renderer/RenderStateShard$EmptyTextureStateShard;
accessible method net/minecraft/client/renderer/RenderStateShard$EmptyTextureStateShard cutoutTexture ()Ljava/util/Optional;
accessible method net/minecraft/client/renderer/texture/MipmapGenerator alphaBlend (IIIIZ)I
accessible method net/minecraft/client/renderer/GameRenderer getFov (Lnet/minecraft/client/Camera;FZ)F
accessible method net/minecraft/client/multiplayer/ClientChunkCache$Storage getChunk (I)Lnet/minecraft/world/level/chunk/LevelChunk;