Dist patch

This commit is contained in:
simibubi 2021-06-29 22:28:14 +02:00
parent 6990f6d60e
commit c6e50ad26e

View File

@ -10,6 +10,7 @@ import net.minecraftforge.api.distmarker.OnlyIn;
public interface IScreenRenderable {
@OnlyIn(Dist.CLIENT)
Screen EMPTY_SCREEN = new Screen(new StringTextComponent("")) {};
@OnlyIn(Dist.CLIENT)