Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Advanced Wireless Setup Kit #18

Merged
merged 11 commits into from
Jun 11, 2024

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    534a95d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ea516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6ff24e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff97e12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce2e104 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1139f4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a28758 View commit details
    Browse the repository at this point in the history
  8. Spotless

    ReignOfFROZE committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    95ee00b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Added requested features from pull request review

     - Added constants to AdvWirelessKit.scala to define values for the modes
     - Added a constant to AdvItemLocationStore.scala to find the  NBTTag type and use that in place of  which was used previously
     - Added error logging to AdvWirelessKit.scala and ItemWirelessKit.scala for when a connection fails fatally
     - Switched else statements for mode to else if statements to explicitly check that the mode is the other mode
    ReignOfFROZE committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d0fa5cc View commit details
    Browse the repository at this point in the history
  2. Added requested features from pull request review

     - Added constants to AdvWirelessKit.scala to define values for the modes
     - Added a constant to AdvItemLocationStore.scala to find the COMPOUND NBTTag type and use that in place of 10 which was used previously
     - Added error logging to AdvWirelessKit.scala and ItemWirelessKit.scala for when a connection fails fatally
     - Switched else statements for mode to else if statements to explicitly check that the mode is the other mode
    ReignOfFROZE committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    92b38d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c64940d View commit details
    Browse the repository at this point in the history