|
@@ -19,7 +19,7 @@ public class RoughlyEnoughItemsNetwork implements ModInitializer {
|
|
|
|
|
|
public static final Identifier DELETE_ITEMS_PACKET = new Identifier("roughlyenoughitems", "delete_item");
|
|
|
public static final Identifier CREATE_ITEMS_PACKET = new Identifier("roughlyenoughitems", "create_item");
|
|
|
- public static final Identifier CREATE_ITEMS_MESSAGE_PACKET = new Identifier("roughlyenoughitems", "create_item_message");
|
|
|
+ public static final Identifier CREATE_ITEMS_MESSAGE_PACKET = new Identifier("roughlyenoughitems", "ci_msg");
|
|
|
|
|
|
@Override
|
|
|
public void onInitialize() {
|