Update ForgeMessage.java
This commit is contained in:
parent
941c2b1d14
commit
07fa6615f8
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ import io.netty.buffer.ByteBuf;
|
|||
public abstract class ForgeMessage {
|
||||
public static class DimensionRegisterMessage extends ForgeMessage {
|
||||
/** The dimension ID to register on client */
|
||||
int dimensionId;
|
||||
public int dimensionId;
|
||||
/** The provider ID to register with dimension on client */
|
||||
int providerId;
|
||||
public int providerId;
|
||||
@Override
|
||||
void toBytes(ByteBuf bytes)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue