0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Add note about AbstractBlockRenderContextMixin

This commit is contained in:
Alexander01998 2024-09-18 12:34:32 +02:00
parent 97949a10d6
commit 813889b1b6

View File

@ -246,5 +246,5 @@ public final class XRayHack extends Hack implements UpdateListener,
MC.setScreen(new EditBlockListScreen(prevScreen, ores));
}
// See RenderLayersMixin
// See AbstractBlockRenderContextMixin, RenderLayersMixin
}