mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 08:33:42 +01:00
Dist patch
This commit is contained in:
parent
6990f6d60e
commit
c6e50ad26e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import net.minecraftforge.api.distmarker.OnlyIn;
|
||||||
|
|
||||||
public interface IScreenRenderable {
|
public interface IScreenRenderable {
|
||||||
|
|
||||||
|
@OnlyIn(Dist.CLIENT)
|
||||||
Screen EMPTY_SCREEN = new Screen(new StringTextComponent("")) {};
|
Screen EMPTY_SCREEN = new Screen(new StringTextComponent("")) {};
|
||||||
|
|
||||||
@OnlyIn(Dist.CLIENT)
|
@OnlyIn(Dist.CLIENT)
|
||||||
|
|
Loading…
Reference in a new issue