Block a user
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-22 09:20:55 +00:00
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-19 01:15:25 +00:00
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-18 23:47:24 +00:00
Compare 3 commits »
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-18 03:50:24 +00:00
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-15 20:26:46 +00:00
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-11 00:05:54 +00:00
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-10 23:52:59 +00:00
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-10 10:43:06 +00:00
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-10 10:26:50 +00:00
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-08 07:35:09 +00:00
TheBrokenRail
pushed to master at minecraft-pi-reborn/minecraft-pi-reborn
2024-11-04 01:06:13 +00:00
TheBrokenRail
commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#116
2024-11-03 10:22:25 +00:00
Port over most of the RaspberryJuice API
There could even be a helper method for mobs where the API name is just an upper-cased friendly name:
static std::pair<std::string, std::string> format_entity_name(const std::string…
TheBrokenRail
commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#116
2024-11-03 07:34:13 +00:00
Port over most of the RaspberryJuice API
I mentioned this already in the Discord, but this should be changed to std::map<int, std::pair<std::string, std::string>>
to accommodate for RJ's entity type names.
TheBrokenRail
commented on pull request minecraft-pi-reborn/minecraft-pi-reborn#116
2024-11-03 07:16:08 +00:00
Port over most of the RaspberryJuice API
Also, the fallback for this should just be UNKNOWN
since entity type ID has already been sent.