OpenComputers II

Computers and robots for automating things via in-game scripting.
Back to Files

oc2-1.18.1-forge-0.1.0+4793aee.jar

File nameoc2-1.18.1-forge-0.1.0+4793aee.jar
Uploader
SangarSangar
Uploaded
Jan 28, 2022
Downloads
39
Size
2.2 MB
Mod Loaders
Forge
File ID
3626690
Type
A
Alpha
Supported game versions
  • 1.18.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:oc2-437654:3626690")

Learn more about Curse Maven

What's new

  • [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.

This mod has no related projects