Refactor player_id and obtain.mcfunction to optimize id assignment process #1

Merged
Grandiras merged 2 commits from dev into main 2024-08-17 16:02:21 +00:00
Grandiras commented 2024-08-17 16:00:00 +00:00 (Migrated from github.com)

This pull request includes refactoring the player_id library to simplify and optimize the id assignment process. Previously, the library had to iterate over every player to determine the next free id, but now it doesn't need to do that anymore. Additionally, the obtain.mcfunction file has been refactored to prevent duplicate item assignment. These changes improve the efficiency and reliability of id assignment and item assignment processes.

This pull request includes refactoring the player_id library to simplify and optimize the id assignment process. Previously, the library had to iterate over every player to determine the next free id, but now it doesn't need to do that anymore. Additionally, the obtain.mcfunction file has been refactored to prevent duplicate item assignment. These changes improve the efficiency and reliability of id assignment and item assignment processes.
Grandiras (Migrated from github.com) reviewed 2024-08-17 16:01:05 +00:00
Grandiras (Migrated from github.com) left a comment

okay

okay
Sign in to join this conversation.
No description provided.