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

Add Player Inventory #38

Merged
merged 16 commits into from
Aug 20, 2024
Merged

Add Player Inventory #38

merged 16 commits into from
Aug 20, 2024

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    9223c8b View commit details
    Browse the repository at this point in the history
  2. fix typo

    Bryntet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9e14952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    918364f View commit details
    Browse the repository at this point in the history
  4. add item category checks

     this is for if a specific slot can only accept a specific category of items, like you can only put helmets in the helmet armor slot
    Bryntet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    658cb29 View commit details
    Browse the repository at this point in the history
  5. use usize for selected slot

    Bryntet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3d8c9cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cf8445 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. rename item_categories.rs

    Bryntet committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3d21a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2430ce View commit details
    Browse the repository at this point in the history
  3. fix off by one error

    Bryntet committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2361319 View commit details
    Browse the repository at this point in the history
  4. fix error message

    Bryntet committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    47a7117 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4ab2ce View commit details
    Browse the repository at this point in the history
  6. make registries public

    Bryntet committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1b1300e View commit details
    Browse the repository at this point in the history
  7. add logic for placing blocks

    Bryntet committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c18cbdc View commit details
    Browse the repository at this point in the history
  8. better naming

    Bryntet committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    65d9f39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e86889f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    006eacf View commit details
    Browse the repository at this point in the history