Fix createLoop for RENDER_CONTAINER_BACKGROUND

(cherry picked from commit 05444b723a)
This commit is contained in:
shedaniel
2022-04-15 12:46:54 +08:00
parent 2c6784560e
commit b58658ac69

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)
*/