promotional bannermobile promotional banner

OpenComputers II: Reimagined

OpenComputers II: Reimagined is a fork of OpenComputers II ported to modern Minecraft with plans for future expansion.

File Details

oc2r-1.20.1-forge-2.1.2-all.jar

  • R
  • Apr 26, 2025
  • 21.29 MB
  • 1.7K
  • 1.20.1
  • Forge

File Name

oc2r-1.20.1-forge-2.1.2-all.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:oc2r-1037738:6468097")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Fixed vxlan being enabled by default.
  • Updated the native ICMP module.
    • Fixed bad response data on macOS.
    • Fixed a memory leak when an ICMP request failed.
    • Reduced memory usage.
  • Changed how the native module is loaded to make adding new architectures easier.
    • Users can now go to https://github.com/North-Western-Development/oc2r-native-networking and compile the library themselves for their chosen architecture. To add your library, unzip the jar file and put it in the natives folder under the correct operating system with the correct name.
      • A 32-bit x86 Windows library would go in natives/windows and be named oc2rnet-x86.dll
      • A 32-bit ARM Linux library would go in natives/linux and be named liboc2rnet-linux-arm.so
      • The only operating systems supported are still Windows, macOS, and Linux