Hermes for 1.15.2 and 1.16.1 & Hermes Core for all versions#208
Hermes for 1.15.2 and 1.16.1 & Hermes Core for all versions#208tildejustin merged 16 commits intoMinecraft-Java-Edition-Speedrunning:mainfrom
Conversation
|
Improvements v0.4.0->v0.5.1:
originally janky contaria notes btw, all complaints and threats to contaria |
|
Diff: DuncanRuns/Hermes@adb9842...fbc342a |
contariaa
left a comment
There was a problem hiding this comment.
might be interesting to look at mpk hotbar load to see how big the buffer gets, but i agree its not an issue
Tested this, 52817 characters long, so should be ~0.05 MB, not really a problem at all, even like x40 you'll get ~2 MB which is somewhat notable but still fine, and who tf is filling inventory with mpks |
|
Diff v0.5.2 -> v0.9.0: DuncanRuns/Hermes@fbc342a...499b1e8 |
|
I should note that Hermes includes Hermes Core, so the core doesn't need to be installed for it to work, but having both installed is also not a problem either. |
|
Changes v0.9.0 -> v0.10.0: |
|
New change at some point when I have more sleep, |
|
Diff v0.10.0 -> v0.11.0: DuncanRuns/Hermes@dded32d...e5e1c10 SRIGT stuff is kind of cringe but important for context of what Eventually SRIGT should be rewritten and should do hermes:disable speedrunigt_integration_v1, and implement hermes output itself |
|
Diffs for review:
|
|
Adding a way to distinguish between nested mods and mods in the mods folder in Hermes Core. {
"name": "AntiResourceReload",
"id": "antiresourcereload",
"version": "5.2.0+1.16.1",
"origin": {
"type": "PATH",
"value": {
"relative": true,
"path": "mods/antiresourcereload-5.2.0+1.16.1.jar"
}
}
} {
"name": "gson",
"id": "com_google_code_gson_gson",
"version": "2.10.1",
"origin": {
"type": "NESTED",
"value": "hermes-core:META-INF/jars/gson-2.10.1.jar"
}
}This is derived from fabric's |
|
All diffs since last approval Hermes Diffs:
Hermes Core Diffs:
|
|
Unapproved Diffs: |
|
Diff v0.12.0: DuncanRuns/Hermes@086af9c |
Hermes Sauce: https://github.com/DuncanRuns/Hermes/tree/499b1e89f21fe6ab408e7aeb4ec7470ffe2e3ba5
Hermes Core Sauce: https://github.com/DuncanRuns/HermesCore/tree/e1f39db55894eea5e941185ba524a2ad4279dc20
Check code really hard for:
Testing (Hermes 1.15.2/1.16.1):
Testing (Hermes Core):