Skip to content

v3.4.0

Compare
Choose a tag to compare
@Prunoideae Prunoideae released this 03 Sep 12:20
· 32 commits to 1.18.2 since this release
  • This update is made to fit with changes in the most recent KubeJS release.
  • Schema JSON now applies to lang files in KubeJS asset folder automatically.
  • Fixed Probe not dumping default methods of interfaces in concrete classes.
  • Made event dumps with sub-ids a bit clearer.
  • Constructors of Internal classes are exposed now, with a warning to tell you not use them without java().
  • Fixed some docs.
  • Any interface that extends interface with @FunctionalInterface will be considered as a possible @FunctionalInterface too. One and only one non-default method is still required for this method.
  • Added namespace and path for String prototype.
  • Added requirement of @FunctionalInterface for lambdas to be dumped again.
  • Added config options to allow output of obfuscated names.