File Details
lethimyap-1.4.0-beta.jar
- B
- Jun 8, 2026
- 149.33 KB
- 45
- 1.20.1
- Forge
File Name
lethimyap-1.4.0-beta.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Additions:
- New
LetHimYapApi.pool()builder.- This should make projects waaaay cleaner.
- New placeholder system.
- Only useful for kinda specific addon/mod integrations, really, but it could be useful. I hope.
- Basically, mods can have LHY call its own method to figure out what to replace it with. For example, a FirstAid compat mod could have a line like "My {firstaid_compat:damaged_limb} looks all messed up…", then assign that placeholder a method that chooses from your damaged limbs and returns one, causing the line to become something like "My arm looks all messed up…"
- Only useful for kinda specific addon/mod integrations, really, but it could be useful. I hope.
Changes:
- Deprecated a few old pool methods. Use
LetHimYapApi.pool()instead.
Notes:
This is mainly just an update for making addons/mod integrations way cleaner. Any existing gameplay should be identical.
In other news, I think this might be officially able to leave beta soon. I'm starting to feel pretty good about the state the mod is in. Maybe just a few more things…