File Details
1.16.5-6.0.5
- R
- May 14, 2026
- 595.88 KB
- 13
- 1.16.5
- Forge
File Name
ProbeJSLegacy-1.16.5-6.0.5.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
ProbeJS Legacy 6.0.4 -> 6.0.5
- [1.20.1] fix recipe shortcuts like
event.shaped(...) - Fix some rare beaning name generation issue. Example:
.getRGB()will now generate.RGBbeaning instead of.rGB - Convertible type declaration with no modification is now moved to
shared. This can greatly decrease the amount of script-type specific files - The param name in setter is now the same as original method
- [1.20.1] remove invalid & duplicated assignment, better
TemporalAmount&Item&ItemStacksupport - JClass is now a type instead of class
- More precise check for functional interface
- Allow generic param in lambda. Do you know that
<K, V>(k: K, v: V) => voidis a valid type declaration?

