Skip to content

Commit

Permalink
Merge branch '1.20.4' into 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Oct 1, 2024
2 parents 028d83c + e677e37 commit 7f1c79c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class MixinMinimapElementRendererHandler {
@WrapOperation(method = "renderForRenderer", at = @At(
value = "INVOKE",
target = "Lxaero/hud/minimap/element/render/MinimapElementRenderer;preRender(Lxaero/hud/minimap/element/render/MinimapElementRenderInfo;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;Lxaero/common/graphics/renderer/multitexture/MultiTextureRenderTypeRendererProvider;)V"
))
), remap = true) // $REMAP
public void captureRenderContext(final MinimapElementRenderer instance, final MinimapElementRenderInfo minimapElementRenderInfo, final MultiBufferSource.BufferSource bufferSource, final MultiTextureRenderTypeRendererProvider multiTextureRenderTypeRendererProvider, final Operation<Void> original,
@Local(name = "context") LocalRef<Object> contextRef) {
if (contextRef.get() instanceof RadarRenderContext) {
Expand Down

0 comments on commit 7f1c79c

Please sign in to comment.