Fix createLoop for RENDER_CONTAINER_BACKGROUND

This commit is contained in:
shedaniel
2022-04-15 12:46:54 +08:00
parent b122f4090a
commit 05444b723a

View File

@@ -62,7 +62,7 @@ public interface ClientGuiEvent {
/**
* @see ContainerScreenRenderBackground#render(AbstractContainerScreen, PoseStack, int, int, float)
*/
Event<ContainerScreenRenderBackground> RENDER_CONTAINER_BACKGROUND = EventFactory.createEventResult();
Event<ContainerScreenRenderBackground> RENDER_CONTAINER_BACKGROUND = EventFactory.createLoop();
/**
* @see ContainerScreenRenderForeground#render(AbstractContainerScreen, PoseStack, int, int, float)
*/