github fnuecke/oc2 1.18.1-forge/0.1.0
[MC1.18.1] [Forge] v0.1.0

latest releases: 1.18.2-forge/0.1.8, 1.18.2-forge/0.1.7, 1.18.1-forge/0.1.6...
pre-release2 years ago
  • [BREAKING] RPCDevice now provide a list of RPCMethodGroups, which allow dynamic resolving of overloads, given some invocation context.
    • To migrate, simply return a list or RPCMethods from the new getMethodGroups method. RPCMethods are singleton method groups by default.
  • [BREAKING] Reworked RPCDevice and VMDevice lifecycle methods. Removed suspend, it is part of unmount now, added dispose.
    • To migrate, move code that released unmanaged resources in unmount to dispose, move code from suspend to unmount.
    • This should better match most common use-cases, with a need for dispose being the exception.
  • [BREAKING] Cleaned up VMDevice lifecycle events.
  • Fixed no bus scan being triggered when bus cable is placed after bus interface.
  • Fixed computer run sound not stopping when computer stopped very shortly after starting to run.

Don't miss a new oc2 release

NewReleases is sending notifications on new releases.