File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # ProbeJS Legacy 4.7.1 -> 4.7.2
2+
3+ fixing & info++
4+
5+ - fix type inferring in ` java(...) `
6+ - rewrite ClassRegistry class walking to skip invalid class
7+ - classes that are server-only will not show up in ` java(...) ` for client scripts, the same apply to server scripts
8+ - fix ImportInfos providing for TypeDecl
9+ - fix loading vanilla classes from cache
10+ - add error message when there are exceptions in class cache loading
11+ - fix ` @JSParams ` handling
12+ - add info for ` @OnlyIn ` side only marker
13+
14+ ---
15+
116# ProbeJS Legacy 4.7.0 -> 4.7.1
217
318fix type declaration
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ vineflower_version=1.10.1
2121 parchment_version =1.16.5:2022.03.06
2222
2323# Mod Properties
24- mod_version =4.7.1
24+ mod_version =4.7.2
2525 maven_group =com.prunoideae
2626 archives_base_name =probejs
2727 mod_id =probejs
You can’t perform that action at this time.
0 commit comments