{bbname}

搬砖狐 | memd 发表于 2025-8-10 18:45:28

OpenComputers (开放计算机)-MOD模组

OpenComputers (开放计算机)Github |相关wiki |源站链接支持: forge模块化、持久化、可编程的计算机和机器人。https://i.sodamc.com/modrinth/Zw7Z33WNtP.jpg

描述

OpenComputers 是一个可以使用 Lua 5.2 和 5.3 编程的计算机模组。这些计算机在保存后会保留状态(即,在加载时执行会从保存时的位置继续执行),它们非常模块化(有图形卡、网络卡、红石卡等等)。如果存在兼容的能量生成模组,默认情况下它们将需要能量来运行 - 但是,像模组的其他大部分内容一样,这可以在配置中更改。

为了快速了解,你可以在这里观看 https://www.youtube.com/watch?v=pbETzD-tuQo]预告片。

OpenComputers 设计与生存玩法相配合,最好与其他模组一起使用,这些模组允许自动化矿石加工,并在理想情况下,在一定程度上进行合成!计算机的制作成本并不便宜,所以在开始新游戏时不要指望早期就能建造第一台计算机。如果你想要额外的挑战,可以尝试困难模式配方集(查看 .minecraft/config/opencomputers/user.recipes 获取更多信息)。

该模组中有许多组件可用于扩展计算机,如运动传感器、全息投影等,还有机器人。

通过适配器块,模组与许多其他模组进行互操作(例如从能量电池中读取能量信息等)。

模组包

您可以自由地在公共和私人模组包中使用此模组,不问问题。

这个模组有什么功能?

计算机

http://cil.li/mc/oc/01_computer_thumb.png]http://cil.li/mc/oc/01_computer_thumb.png

从名称可能就能猜到:该模组添加的主要功能是可编程计算机。OpenComputers 本身允许使用 Lua 编程语言编写程序,特别是 Lua 5.2。计算机可以在非常低的级别上编程,但内置操作系统尽可能地模拟了一个 \"纯粹\" 的 Lua 环境,以适应它正在运行的沙盒的限制。

为了使你的生活更轻松,计算机会在保存状态后持久化脚本状态;这意味着当它们所在的区块被卸载时,它们会在离开时继续执行。如果在 OpenComputers 旁边安装了兼容的能量模组,计算机将需要能量来运行,并且许多组件在执行某些操作时也需要能量。

机器人和无人机

http://cil.li/mc/oc/02_agents_thumb.png]http://cil.li/mc/oc/02_agents_thumb.png

除了静止的计算机和组件外,OpenComputers 还提供了机器人和无人机,这些计算机可以在世界中移动并与之交互,类似于玩家的方式。机器人比无人机更强大,它们可以使用工具并包含更多的组件。无人机比机器人更灵活,可以执行一些机器人无法执行的操作,例如拴绳动物。
此外,该模组中还有其他几种计算机设备,例如服务器,基本上允许在一个方块中有四台计算机,微控制器,成本更低但功能更有限的计算机,以及平板电脑,基本上是便携式计算机。

组件

http://cil.li/mc/oc/03_components.png]http://cil.li/mc/oc/03_components.png

为了让您的计算机有事可做,OpenComputers 还提供了一系列有趣的组件,例如全息投影仪,允许在世界中投影基于体素的 3D 图像,以及 3D 打印机,允许 \"打印\" 装饰性方块。这些打印的方块具有完全用户定义的形状。您甚至可以与其他玩家轻松共享模型,即使他们在另一个服务器上玩耍!

模块化

http://cil.li/mc/oc/03_modular.gif]http://cil.li/mc/oc/03_modular.gif

OpenComputers 的关键重点是模块化,允许您从动态选择构建计算机、机器人和其他设备的部件。有多个层次的计算机机箱、屏幕、图形卡、网络卡等。因此,模组中也存在一定程度的进展,因为您努力构建更好、更快和更强大的计算机。

集成

http://cil.li/mc/oc/04_integration_thumb.png]http://cil.li/mc/oc/04_integration_thumb.png

OpenComputers 与许多其他模组提供集成:支持捆绑红石(Project Red、Redlogic、BluePower 和 MineFactory Reloaded)、覆盖电缆(FMP 和 Immibis 微模块)、并且明显地接受来自几个模组的能量(RF、EU、Factorization Charge、Mekanism Joules、AE2 能量)。
但更有趣的是,OpenComputers 提供了一个允许更深入地与其他模组块进行交互的块,适配器。对于支持的模块,适配器将使这些模块块可用作连接的计算机的组件,允许它们读取信息(如能量水平)并可能发出命令,如在音符块上播放音符。许多模组还提供了对 OpenComputers 的内置支持,这意味着您可以将它们的模块块连接到电缆上,而无需适配器。

可配置性

http://cil.li/mc/oc/05_config.png]http://cil.li/mc/oc/05_config.png

OpenComputers 中的大多数功能都是可配置的。不喜欢能量要求?更改它们或完全禁用它们。屏幕不能从足够远的距离渲染?增加渲染距离。配置文件有着详细的注释,因此每个配置条目的作用应该是很清楚的。
除了通用配置外,还可以通过配方文件调整 OpenComputers 中的每个项目配方 - 无需 Minetweaker!还有几种不同的配方集可供选择,请查看 config/opencomputers 目录。

更新的 Minecraft 版本(又名 \"请转到 1.16.5\")

目前没有将此模组移植到更新的 Minecraft 版本的活动计划。考虑到这个模组的大小以及它在以前的更新中的增长方式,这是一项巨大的工作。维护者目前根本没有时间做这件事。一些由社区驱动的尝试已经开始,但最近没有取得任何进展。

如果您对计算机的更低技术方法感兴趣,可以尝试一下 *TIS-3D*。否则,您可能需要查看 *CC:Tweaked*。

也正在制作一款精神继承者,但进展时断时续,我无法良心地给出发布时间表。

感谢您的理解。

截图:

https://i.sodamc.com/modrinth/eemro134yR.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/eemro134yR.jpg?x-oss-process=style/forge2https://i.sodamc.com/modrinth/qHMbkarLKb.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/qHMbkarLKb.jpg?x-oss-process=style/forge2https://i.sodamc.com/modrinth/pLnJVmv1xJ.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/pLnJVmv1xJ.jpg?x-oss-process=style/forge2https://i.sodamc.com/modrinth/Qge6UTq4dA.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/Qge6UTq4dA.jpg?x-oss-process=style/forge2

来自Modrinth所有游戏版本1.12.21.7.101.11.21.10.2所有类型forgeopencomputers-1.12.2-forge-MC1.12.2-1.8.9a+8ca336fOpenComputers-MC1.12.2-1.8.9a+8ca336f.jar下载1.8.9a#Release## Fixes/improvements* [#3621] Fix `os.time()` being off by one hour* [#3682] Add error handling to the `flash` OpenOS program* [#3764] Fix left and right names being swapped in the Rack GUI* [#3774] Fix Jukebox driver (kebufu)* [#3779] Fix `os.sleep(0)` causing `too long without yielding` (Ocawesome101)## List of contributorsasie, kebufu, Ocawesome101展开版本: 1.8.9a支持游戏: 1.12.2类型:ForgeRelease下载次数: 1,928opencomputers-1.7.10-forge-MC1.7.10-1.8.9a+a430047OpenComputers-MC1.7.10-1.8.9a+a430047-universal.jar下载1.8.9a#Release## Fixes/improvements* [#3621] Fix `os.time()` being off by one hour* [#3682] Add error handling to the `flash` OpenOS program* [#3764] Fix left and right names being swapped in the Rack GUI* [#3779] Fix `os.sleep(0)` causing `too long without yielding` (Ocawesome101)## List of contributorsasie, kebufu, Ocawesome101展开版本: 1.8.9a支持游戏: 1.7.10类型:ForgeRelease下载次数: 1,079opencomputers-1.12.2-forge-MC1.12.2-1.8.9+61e1ccdOpenComputers-MC1.12.2-1.8.9+61e1ccd.jar下载1.8.9#Release## Fixes/improvements* [#3621] Fix `os.time()` being off by one hour* [#3682] Add error handling to the `flash` OpenOS program* [#3764] Fix left and right names being swapped in the Rack GUI* [#3774] Fix Jukebox driver (kebufu)* [#3779] Fix `os.sleep(0)` causing `too long without yielding` (Ocawesome101)## List of contributorsasie, kebufu, Ocawesome101展开版本: 1.8.9支持游戏: 1.12.2类型:ForgeRelease下载次数: 31opencomputers-1.7.10-forge-MC1.7.10-1.8.9+d1ca1ceOpenComputers-MC1.7.10-1.8.9+d1ca1ce-universal.jar下载1.8.9#Release## Fixes/improvements* [#3621] Fix `os.time()` being off by one hour* [#3682] Add error handling to the `flash` OpenOS program* [#3764] Fix left and right names being swapped in the Rack GUI* [#3779] Fix `os.sleep(0)` causing `too long without yielding` (Ocawesome101)## List of contributorsasie, kebufu, Ocawesome101展开版本: 1.8.9支持游戏: 1.7.10类型:ForgeRelease下载次数: 31opencomputers-1.12.2-forge-MC1.12.2-1.8.8+8da357fOpenComputers-MC1.12.2-1.8.8+8da357f.jar下载1.8.8#Release## Fixes/improvements* [#3769] Add default user agent configuration option; change OpenComputers\' default user agent to \"opencomputers/$version\".* [#3759] Add V1 and V2 to the robot name list. (AutumnalModding)* [#3727] Fix more regressions related to OpenOS error handling. (jasonS05, kcinnajlol)* Fix client-side memory leak on anything RedstoneAware (Glease)## List of contributorsasie, AutumnalModding, Glease, jasonS05, kcinnajlol展开版本: 1.8.8支持游戏: 1.12.2类型:ForgeRelease下载次数: 2,079opencomputers-1.7.10-forge-MC1.7.10-1.8.8+f036184OpenComputers-MC1.7.10-1.8.8+f036184-universal.jar下载1.8.8#Release## Fixes/improvements* [#3769] Add default user agent configuration option; change OpenComputers\' default user agent to \"opencomputers/$version\".* [#3759] Add V1 and V2 to the robot name list. (AutumnalModding)* [#3727] Fix more regressions related to OpenOS error handling. (jasonS05, kcinnajlol)* Fix client-side memory leak on anything RedstoneAware (Glease)## List of contributorsasie, AutumnalModding, Glease, jasonS05, kcinnajlol展开版本: 1.8.8支持游戏: 1.7.10类型:ForgeRelease下载次数: 969opencomputers-1.12.2-forge-MC1.12.2-1.8.7+2502094OpenComputers-MC1.12.2-1.8.7+2502094.jar下载1.8.7#Release## Fixes/improvements* [#3703] Fix potential packet memory leak.* [#3726] Fix missing tooltip on Power Converter.* [#3729] Fix potential crash when opening the manual.* [#3748] Fix broken \"Support de serveur\" link in the French manual.* Added a configuration option for network packet TTL. (Timothé GRISOT)* Improved mod load times on certain platforms. (charagarland)* Updated Chinese translation. (HfSr)* Updated Unifont to 16.0.02.## OpenOS fixes/improvements* [#3714] Fix an OpenOS 1.8.0 regression causing event.pullFiltered() to effectively ignore filter timeouts.* [#3727] Fix an exception handler bug in process.lua, uncovered by fixing recursive xpcall() handling in 1.8.4.## List of contributorsasie, charagarland, DragDen, HfSr, Timothé GRISOT展开版本: 1.8.7支持游戏: 1.12.2类型:ForgeRelease下载次数: 4,329opencomputers-1.7.10-forge-MC1.7.10-1.8.7+7fecb07OpenComputers-MC1.7.10-1.8.7+7fecb07-universal.jar下载1.8.7#Release## Fixes/improvements* [#3703] Fix potential packet memory leak.* [#3729] Fix potential crash when opening the manual.* Added a configuration option for network packet TTL. (Timothé GRISOT)* Improved mod load times on certain platforms. (charagarland)* Updated Chinese translation. (HfSr)* Updated Unifont to 16.0.02.## OpenOS fixes/improvements* [#3714] Fix an OpenOS 1.8.0 regression causing event.pullFiltered() to effectively ignore filter timeouts.* [#3727] Fix an exception handler bug in process.lua, uncovered by fixing recursive xpcall() handling in 1.8.4.## List of contributorsasie, charagarland, DragDen, HfSr, Timothé GRISOT展开版本: 1.8.7支持游戏: 1.7.10类型:ForgeRelease下载次数: 25,391opencomputers-1.12.2-forge-MC1.12.2-1.8.6+cd8851eOpenComputers-MC1.12.2-1.8.6+cd8851e.jar下载1.8.6#Release## Fixes/improvements* [#3731] Fix string.format() omission in OpenOS package.lua.* [#3735] Fix server hangs on long-lasting HTTP requests.## List of contributorsasie, REUSS-dev展开版本: 1.8.6支持游戏: 1.12.2类型:ForgeRelease下载次数: 2,790opencomputers-1.7.10-forge-MC1.7.10-1.8.6+b0b022aOpenComputers-MC1.7.10-1.8.6+b0b022a-universal.jar下载1.8.6#Release## Fixes/improvements* [#3731] Fix string.format() omission in OpenOS package.lua.* [#3735] Fix server hangs on long-lasting HTTP requests.## List of contributorsasie, REUSS-dev展开版本: 1.8.6支持游戏: 1.7.10类型:ForgeRelease下载次数: 998opencomputers-1.12.2-forge-MC1.12.2-1.8.5+179e1c3OpenComputers-MC1.12.2-1.8.5+179e1c3.jar下载1.8.5#Release## Fixes/improvements* [#3710] Fix localization regression introduced in 1.8.4.## List of contributorsasie展开版本: 1.8.5支持游戏: 1.12.2类型:ForgeRelease下载次数: 4,724opencomputers-1.7.10-forge-MC1.7.10-1.8.5+ad76e2aOpenComputers-MC1.7.10-1.8.5+ad76e2a-universal.jar下载1.8.5#Release## Fixes/improvements* [#3710] Fix localization regression introduced in 1.8.4.## List of contributorsasie展开版本: 1.8.5支持游戏: 1.7.10类型:ForgeRelease下载次数: 44,062opencomputers-1.12.2-forge-MC1.12.2-1.8.4+99b9e3eOpenComputers-MC1.12.2-1.8.4+99b9e3e.jar下载1.8.4#Release## New features* Improve OpenOS \"package\" implementation:* [#3447] Populate package.config, add support for the package.preload table. (RobertCochran)* Add support for the package.searchers table.## Fixes/improvements* Fixed Lua virtual machine freeze involving xpcall().* [#3659] Fixed bug when programatically transferring fluids from specific tanks. (yut23)* [#3664] Fixed client-side errors when using third-party mod energy integration on an integrated server.* [#3677] Fixed crash when showing error containing a percent sign with the Analyzer item.* [#3698] Fixed documentation for the Screen\'s \"turnOn\" and \"turnOff\" functions. (Hawk777, DCNick3)* [#3663] Fixed response code/message information not being preserved for unsuccessful HTTP responses.* [#3691] Improved documentation for software bundled with the \"network\" floppy. (Computerdores)* [#3644] Improved forged packet protection with regards to configuring server racks. (Glease)* [#3652] Updated French translation. (ff66theone)* Updated GNU Unifont to 15.1.05.## List of contributorsasie, Computerdores, ff66theone, Glease, Hawk777, repo-alt, RobertCochran, yut23展开版本: 1.8.4支持游戏: 1.12.2类型:ForgeRelease下载次数: 145opencomputers-1.7.10-forge-MC1.7.10-1.8.4+479b301OpenComputers-MC1.7.10-1.8.4+479b301-universal.jar下载1.8.4#Release## New features* [#3524] Add support for reading Thaumcraft aspect information from Wands. (repo-alt)* Improve OpenOS \"package\" implementation:* [#3447] Populate package.config, add support for the package.preload table. (RobertCochran)* Add support for the package.searchers table.## Fixes/improvements* Fixed Lua virtual machine freeze involving xpcall().* [#3664] Fixed client-side errors when using third-party mod energy integration on an integrated server.* [#3677] Fixed crash when showing error containing a percent sign with the Analyzer item.* [#3698] Fixed documentation for the Screen\'s \"turnOn\" and \"turnOff\" functions. (Hawk777, DCNick3)* [#3663] Fixed response code/message information not being preserved for unsuccessful HTTP responses.* [#3691] Improved documentation for software bundled with the \"network\" floppy. (Computerdores)* [#3644] Improved forged packet protection with regards to configuring server racks. (Glease)* [#3652] Updated French translation. (ff66theone)* Updated GNU Unifont to 15.1.05.## List of contributorsasie, Computerdores, ff66theone, Glease, Hawk777, repo-alt, RobertCochran, yut23展开版本: 1.8.4支持游戏: 1.7.10类型:ForgeRelease下载次数: 106opencomputers-1.12.2-forge-MC1.12.2-1.8.3+274990fOpenComputers-MC1.12.2-1.8.3+274990f.jar下载1.8.3#Release## Fixes/improvements* Reworked Internet Card filtering rules.* Implemented a new, more powerful system and improved default configuration.* Internet Card rules are now stored in the \"internet.filteringRules\" configuration key.* The old keys (\"internet.whitelist\", \"internet.blacklist\") are no longer used; an automatic migration is done upon upgrading the mod.* [#3635] ArrayIndexOutOfBoundsException when using servers with 3 network cards* [#3634] Internet card selector update logic erroneously drops non-ready keys## List of contributorsasie, Fingercomp展开版本: 1.8.3支持游戏: 1.12.2类型:ForgeRelease下载次数: 5,127opencomputers-1.7.10-forge-MC1.7.10-1.8.3+089dd28OpenComputers-MC1.7.10-1.8.3+089dd28-universal.jar下载1.8.3#Release## Fixes/improvements* Reworked Internet Card filtering rules.* Implemented a new, more powerful system and improved default configuration.* Internet Card rules are now stored in the \"internet.filteringRules\" configuration key.* The old keys (\"internet.whitelist\", \"internet.blacklist\") are no longer used; an automatic migration is done upon upgrading the mod.* [#3635] ArrayIndexOutOfBoundsException when using servers with 3 network cards* [#3634] Internet card selector update logic erroneously drops non-ready keys## List of contributorsasie, Fingercomp展开版本: 1.8.3支持游戏: 1.7.10类型:ForgeRelease下载次数: 55,582opencomputers-1.12.2-forge-MC1.12.2-1.8.2+b4abbf9OpenComputers-MC1.12.2-1.8.2+b4abbf9.jar下载1.8.2#Release## New features* [#3533] Added support for observing the contents of fluid container items.* Ported some CoFH Core, Ender IO and Railcraft drivers and wrench support.* Added Railcraft Anchor/Worldspike driver (repo-alt).* Added Spanish translation (sanmofe).## Fixes/improvements* [#3620] Fixed OC 1.8.0+ regression involving API arguments and numbers.* [#3013] Fixed rare server-side deadlock when sending disk activity update packets.* Fixed bugs in internal wcwidth() implementation and updated it to cover Unicode 12.* Fixed server->client synchronization for some types of GPU bitblt operations.* Fixed string.gmatch not supporting the \"init\" argument on Lua 5.4.* Tweaks to server->client networking code:* Added support for configuring the maximum packet distance for effects, sounds, and all client packets.* Improved the method of synchronizing tile entity updates with the client.* Robot light colors are now sent to all observers of the tile entity, preventing a potential (rare) glitch.* Update GNU Unifont to 15.0.05.## OpenOS fixes/improvements* [#3371] Fix minor bug in rm.lua.* Fix \"ls -l\" command on Lua 5.4.* General minor improvements to the codebase.## List of contributorsasie, ds84182, Possseidon, repo-alt, sanmofe展开版本: 1.8.2支持游戏: 1.12.2类型:ForgeRelease下载次数: 312opencomputers-1.7.10-forge-MC1.7.10-1.8.2+94f6405OpenComputers-MC1.7.10-1.8.2+94f6405-universal.jar下载1.8.2#Release## New features* [#3533] Added support for observing the contents of fluid container items.* Added Railcraft Anchor/Worldspike driver (repo-alt).* Added Spanish translation (sanmofe).## Fixes/improvements* [#3620] Fixed OC 1.8.0+ regression involving API arguments and numbers.* [#3013] Fixed rare server-side deadlock when sending disk activity update packets.* Fixed bugs in internal wcwidth() implementation and updated it to cover Unicode 12.* Fixed the Database upgrade\'s documentation not showing up in NEI.* Fixed server->client synchronization for some types of GPU bitblt operations.* Fixed string.gmatch not supporting the \"init\" argument on Lua 5.4.* Tweaks to server->client networking code:* Added support for configuring the maximum packet distance for effects, sounds, and all client packets.* Improved the method of synchronizing tile entity updates with the client.* Robot light colors are now sent to all observers of the tile entity, preventing a potential (rare) glitch.* Update GNU Unifont to 15.0.05.## OpenOS fixes/improvements* [#3371] Fix minor bug in rm.lua.* Fix \"ls -l\" command on Lua 5.4.* General minor improvements to the codebase.## List of contributorsasie, ds84182, Possseidon, repo-alt, sanmofe展开版本: 1.8.2支持游戏: 1.7.10类型:ForgeRelease下载次数: 2,392opencomputers-1.12.2-forge-MC1.12.2-1.8.1+d9204b8OpenComputers-MC1.12.2-1.8.1+d9204b8.jar下载1.8.1#Release## Fixes/improvements* Reverted Internet Card code to OC 1.7.7, fixing the many related regressions.* Fixed \"number expected, got number\" being displayed instead of \"number has no integer representation\" on Lua 5.3+.* Fixed math.randomseed() not working with non-integer values.## OpenOS fixes/improvements* Fixed OpenOS version number.## List of contributorsasie展开版本: 1.8.1支持游戏: 1.12.2类型:ForgeRelease下载次数: 121opencomputers-1.7.10-forge-MC1.7.10-1.8.1+c71c147OpenComputers-MC1.7.10-1.8.1+c71c147-universal.jar下载1.8.1#Release## Fixes/improvements* Reverted Internet Card code to OC 1.7.7, fixing the many related regressions.* Fixed \"number expected, got number\" being displayed instead of \"number has no integer representation\" on Lua 5.3+.* Fixed math.randomseed() not working with non-integer values.## OpenOS fixes/improvements* Fixed OpenOS version number.## List of contributorsasie展开版本: 1.8.1支持游戏: 1.7.10类型:ForgeRelease下载次数: 98opencomputers-1.12.2-forge-MC1.12.2-1.8.0+9833087OpenComputers-MC1.12.2-1.8.0+9833087.jar下载1.8.0#Release## New Features/Support* Added: Experimental Lua 5.4 support (Lua 5.4.4).* For now, this is hidden behind a configuration option.* Added: Forestry circuit boards\' internal layout is now available to Lua scripts.* Added: Major upgrade of Lua libraries.* Updated LuaJ to 3.0.2 with many third-party patches applied.* JNLua is now compiled with proper optimizations - ~2x better performance!* Lua 5.2 has been updated with gamax92\'s backported bugfixes.* Lua 5.3 has been updated from 5.3.2 to 5.3.6.* 64-bit integers in calls should now be handled properly.* Added: New robot names.* Added: Official support for AArch64 on Linux and macOS.* Added: Source tank parameter for Transposer transferFluid(). (repo-alt)* Added: Subtle indentations to Redstone I/O texture.* The amount of darkened dots on each side marks the ordinal number of the side it responds to.* Added: Support for non-BMP Unicode codepoints!* To clarify, Unicode characters >= 0x10000 should now be fully supported - as long as they\'re provided in the font.* Added: Support for partial font overrides in resource packs.* If a resource pack\'s font.hex file only contains some glyphs, missing glyphs present in parent resource packs won\'t disappear.* Added: Support for the \"PATCH\" HTTP method. (hohserg1)* Added: New config option: \"transposerFluidTransferRate\". (repo-alt)* Changed: New limitFlightHeight configuration definition.* This allows values above 256 to be used, which may be useful for Cubic Chunks users.* Changed: Replaced the forceNativeLibWithName config option with two new ones: forceNativeLibPlatform and forceNativeLibPathFirst. (TheCodex6824)* forceNativeLibPlatform allows overriding the normally auto-detected platform string to a custom value, in case the user is on an unsupported platform.* forceNativeLibPathFirst allows choosing a directory to check for natives in, instead of always searching in the jar for one. This allows custom natives to be used without packing them into the mod jar first, which should be much easier for end users.* Changed: The game now crashes instead of reloading defaults if a config file is present but invalid.* Fixed: [#3588] Renaming over other files does not properly free space.* Fixed: [#3591] Memory leak with wrapped worlds from other mods.* Fixed: [#3596] Freeze when connecting a ComputerCraft peripheral via an Adapter (Kosmos-Prime)* Fixed: [#3603] computer.getDeviceInfo doesn\'t pause the computer immediately (AR2000AR)* Fixed: [#3609] Swapped arguments in a graphics card \"bitblt()\" edge case. (Kosmos-Prime)* Removed: Native Lua library support for x86 (32-bit) macOS.## OpenOS fixes/improvements* Fixed: [#3558] Invalid file modification timestamps in /bin/ls.## List of contributorsAR2000AR, asie, hohserg1, Kosmos-Prime, payonel, repo-alt, Smok1e, TheCodex6824展开版本: 1.8.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 248opencomputers-1.7.10-forge-MC1.7.10-1.8.0+8fb006aOpenComputers-MC1.7.10-1.8.0+8fb006a-universal.jar下载1.8.0#Release## New Features/Support* Added: Experimental Lua 5.4 support (Lua 5.4.4).* For now, this is hidden behind a configuration option.* Added: Forestry circuit boards\' internal layout is now available to Lua scripts.* Added: Major upgrade of Lua libraries.* Updated LuaJ to 3.0.2 with many third-party patches applied.* JNLua is now compiled with proper optimizations - ~2x better performance!* Lua 5.2 has been updated with gamax92\'s backported bugfixes.* Lua 5.3 has been updated from 5.3.2 to 5.3.6.* 64-bit integers in calls should now be handled properly.* Added: New robot names.* Added: Official support for AArch64 on Linux and macOS.* Added: Source tank parameter for Transposer transferFluid(). (repo-alt)* Added: Subtle indentations to Redstone I/O texture.* The amount of darkened dots on each side marks the ordinal number of the side it responds to.* Added: Support for non-BMP Unicode codepoints!* To clarify, Unicode characters >= 0x10000 should now be fully supported - as long as they\'re provided in the font.* Added: Support for partial font overrides in resource packs.* If a resource pack\'s font.hex file only contains some glyphs, missing glyphs present in parent resource packs won\'t disappear.* Added: Support for the \"PATCH\" HTTP method. (hohserg1)* Added: New config option: \"transposerFluidTransferRate\". (repo-alt)* Changed: New limitFlightHeight configuration definition.* This allows values above 256 to be used, which may be useful for Cubic Chunks users.* Changed: Replaced the forceNativeLibWithName config option with two new ones: forceNativeLibPlatform and forceNativeLibPathFirst. (TheCodex6824)* forceNativeLibPlatform allows overriding the normally auto-detected platform string to a custom value, in case the user is on an unsupported platform.* forceNativeLibPathFirst allows choosing a directory to check for natives in, instead of always searching in the jar for one. This allows custom natives to be used without packing them into the mod jar first, which should be much easier for end users.* Changed: The game now crashes instead of reloading defaults if a config file is present but invalid.* Fixed: [#3239] Inconsistencies in Robot block clicking.* Fixed: [#3588] Renaming over other files does not properly free space.* Fixed: [#3591] Memory leak with wrapped worlds from other mods.* Fixed: [#3596] Freeze when connecting a ComputerCraft peripheral via an Adapter (Kosmos-Prime)* Fixed: [#3603] computer.getDeviceInfo doesn\'t pause the computer immediately (AR2000AR)* Fixed: [#3609] Swapped arguments in a graphics card \"bitblt()\" edge case. (Kosmos-Prime)* Removed: Native Lua library support for x86 (32-bit) macOS.## OpenOS fixes/improvements* Fixed: [#3558] Invalid file modification timestamps in /bin/ls.## List of contributorsAR2000AR, asie, hohserg1, Kosmos-Prime, payonel, repo-alt, Smok1e, TheCodex6824展开版本: 1.8.0支持游戏: 1.7.10类型:ForgeRelease下载次数: 128opencomputers-1.7.10-forge-MC1.7.10-1.8.0-snapshot-20220918+00c5a9bOpenComputers-MC1.7.10-1.8.0-snapshot-20220918+00c5a9b-universal.jar下载1.8.0-snapshot-20220918#Alpha(1.7.10 only: Fix version number metadata.)## New Features/Support* Added: Experimental Lua 5.4 support (Lua 5.4.4).* For now, this is hidden behind a configuration option.* Added: Forestry circuit boards\' internal layout is now available to Lua scripts.* Added: Major upgrade of Lua libraries.* Updated LuaJ to 3.0.2 with many third-party patches applied.* JNLua is now compiled with proper optimizations - ~2x better performance!* Lua 5.2 has been updated with gamax92\'s backported bugfixes.* Lua 5.3 has been updated from 5.3.2 to 5.3.6.* 64-bit integers in calls should now be handled properly.* Added: Official support for AArch64 on Linux and macOS.* Added: Subtle indentations to Redstone I/O texture.* The amount of darkened dots on each side marks the ordinal number of the side it responds to.* Added: Support for non-BMP Unicode codepoints!* To clarify, Unicode characters >= 0x10000 should now be fully supported - as long as they\'re provided in the font.* Changed: New limitFlightHeight configuration definition.* This allows values above 256 to be used, which may be useful for Cubic Chunks users.* Changed: The game now crashes instead of reloading defaults if a config file is present but invalid.* Removed: Native Lua library support for FreeBSD and x86 macOS.* (1.7.10) Fixed: [#3239] Inconsistencies in Robot block clicking.## OpenOS fixes/improvements* Fixed: [#3558] Invalid file modification timestamps in /bin/ls.## List of contributorsasie, payonel, Smok1e展开版本: 1.8.0-snapshot-20220918支持游戏: 1.7.10类型:ForgeAlpha下载次数: 220opencomputers-1.12.2-forge-MC1.12.2-1.8.0-snapshot-20220917+efb20a2OpenComputers-MC1.12.2-1.8.0-snapshot-20220917+efb20a2.jar下载1.8.0-snapshot-20220917#Alpha## New Features/Support* Added: Experimental Lua 5.4 support (Lua 5.4.4).* For now, this is hidden behind a configuration option.* Added: Forestry circuit boards\' internal layout is now available to Lua scripts.* Added: Major upgrade of Lua libraries.* Updated LuaJ to 3.0.2 with many third-party patches applied.* JNLua is now compiled with proper optimizations - ~2x better performance!* Lua 5.2 has been updated with gamax92\'s backported bugfixes.* Lua 5.3 has been updated from 5.3.2 to 5.3.6.* 64-bit integers in calls should now be handled properly.* Added: Official support for AArch64 on Linux and macOS.* Added: Subtle indentations to Redstone I/O texture.* The amount of darkened dots on each side marks the ordinal number of the side it responds to.* Added: Support for non-BMP Unicode codepoints!* To clarify, Unicode characters >= 0x10000 should now be fully supported - as long as they\'re provided in the font.* Changed: New limitFlightHeight configuration definition.* This allows values above 256 to be used, which may be useful for Cubic Chunks users.* Changed: The game now crashes instead of reloading defaults if a config file is present but invalid.* Removed: Native Lua library support for FreeBSD and x86 macOS.* (1.7.10) Fixed: [#3239] Inconsistencies in Robot block clicking.## OpenOS fixes/improvements* Fixed: [#3558] Invalid file modification timestamps in /bin/ls.## List of contributorsasie, payonel, Smok1e展开版本: 1.8.0-snapshot-20220917支持游戏: 1.12.2类型:ForgeAlpha下载次数: 683opencomputers-1.12.2-forge-MC1.12.2-1.7.7+5413028OpenComputers-MC1.12.2-1.7.7+5413028.jar下载1.7.7#Release## New Features/Support* Fixed: Adjusted version check to support the newer GitHub tag format.* Fixed: [#2883] Allowing any domain through if a whitelisted domain failed to resolve.* Fixed: Block/item color regression (introduced in OpenComputers 1.7.6).* Fixed: [#3547] Character glyph regressions (introduced in OpenComputers 1.7.6).* Fixed: [#3004] Incorrect damage/metadata values on Cable items.* Fixed: [#3546] Incorrect version number reported by mod.* Fixed: Reflection call regression (introduced in OpenComputers 1.7.6).* Fixed: [#2902] Thread race condition crash when rendering some blocks.## OpenOS fixes/improvements* Fixed: /bin/edit not working on Lua 5.2 (introduced in OpenOS 1.7.6).* Fixed: Reverted \"[#3196] Env pass in \'sh\' command.\" due to a regression.## List of contributorspayonel, asie展开版本: 1.7.7支持游戏: 1.12.2类型:ForgeRelease下载次数: 209opencomputers-1.7.10-forge-MC1.7.10-1.7.7+3d2bec9OpenComputers-MC1.7.10-1.7.7+3d2bec9-universal.jar下载1.7.7#Release## New Features/Support* Fixed: Adjusted version check to support the newer GitHub tag format.* Fixed: [#2883] Allowing any domain through if a whitelisted domain failed to resolve.* Fixed: [#3547] Character glyph regressions (introduced in OpenComputers 1.7.6).* Fixed: [#3004] Incorrect damage/metadata values on Cable items.## OpenOS fixes/improvements* Fixed: /bin/edit not working on Lua 5.2 (introduced in OpenOS 1.7.6).* Fixed: Reverted \"[#3196] Env pass in \'sh\' command.\" due to a regression.## List of contributorspayonel, asie展开版本: 1.7.7支持游戏: 1.7.10类型:ForgeRelease下载次数: 7,516OpenComputers-MC1.12.2-1.7.6+fe5ba4eOpenComputers-MC1.12.2-1.7.6+fe5ba4e.jar下载1.7.6#Release## New Features/Support* Added: Access to waypoint address UUIDs in the Navigation Upgrade. (hohserg1)* Added: [#779] Graphics Card video RAM system.- Graphics Cards now have multiple internal video RAM buffers, which can be allocated and freed.- Reads and writes to Video RAM have zero costs.- Writing to the text buffer outside of the viewport now has zero costs.* Added: More complete Unicode support!- Unscii has been upgraded to version 2.1 (with funscii patches).- Unifont 14.0.04 can now be used to fill in missing glyphs, thanks to the license change.- The above mean that OpenComputers now supports the near-complete Unicode Basic Multilingual Plane.* Added: More Upgrades now have a descriptive tooltip.* Added: New mod integrations:- GregTech: Seismic Prospector data reading. (repo-alt)- Thaumic Energistics: Distillation pattern aspect information. (repo-alt)* Changed: Block 0.0.0.0/8 from internet card by default. (divergentdave)* Changed: Game logs now contain the dimension when reporting a machine\'s position. (D-Cysteine, repo-alt)* Changed: Make Lua BIOS take use tail call optimisation. (skyem123)* Changed: [#3440] \'media()\' is now implemented on Server disk drives.* Changed: Motion Sensor now considers both feet and eyes when checking for the visibility of an entity.* Changed: The default CPU architecture is now Lua 5.3.* Changed: When creating a new Rack, the \"Relay Mode\" is now disabled by default.* Misc: Updated the following translations:- Chinese (Low-power)- German (JakobDev)- Portuguese (guilherme-puida)- Russian (Fingercomp, Smollet777)* Fixed: AE2 item stack sizes larger than 2^31-1.* Fixed: Barcode Reader upgrade crash when scanning anything that is not a valid target. (AmandaCameron)* Fixed: [#3509] ByteBufInputStream memory leak.* Fixed: [#3187] Crash with CodeChickenLib and IC2 installed.* Fixed: [#3247] Disassembler accepted whole stack via direct inventory access.* Fixed: [#3254] Edge case issues with Hologram copy().* Fixed: [#2999, #3225] Edge case issues with deleting computer/robot persistence data.* Fixed: Ender IO/Project: Red wrench compatibility.* Fixed: [#3159] Error when calling \'debug.sendToDebugCard()\'.* Fixed: [#3494] Errors when using block GUIs on larger/negative Y values (f.e. with Cubic Chunks).* Fixed: [#3391] Generator upgrade destroys fuel containers.* Fixed: Inconsistent 3D print item stacking (Quant1um).* Fixed: [#2911] Inconsistent values used by getGameType() and setGameType() in Debug Card.* Fixed: [#3472] Incorrect 3D print lighting.* Fixed: [#3226] Incorrect Hard Drive reported maximum stack size when formatted.* Fixed: [#3084] Incorrect parsing of the \'maxSignalQueueSize\' configuration option.* Fixed: [#3184] Incorrect redstone card sides inside racks and computers.* Fixed: [#3182] Incorrect reporting of entity inventory names in Transposer, plus other Transposer interaction issues.* Fixed: Missing null check for Blood Magic integration.* Fixed: [#3336] Missing null check for GregTech data stick NBTs.* Fixed: [#3249] NullPointerException when remote terminal is missing.* Fixed: Potential edge case crash with the Tank Controller Upgrade.* Fixed: [#3401] \'rawSetForeground\', \'rawSetBackground\' not working correctly.* Fixed: [#3265] Relay \'setStrength\' unlimited upper bound. (JamesOrdner)* Fixed: [#1999] \'string.gsub\' patterns now allow numbers.* Fixed: [#3195] Tier 1 Wireless Cards not receiving messages.* Fixed: Update issues in the Floppy Drive GUI.## OpenOS fixes/improvements* Changed: Added binary support to \'text.internal.reader\'.* Changed: Errors are now passed back to \'shell.execute\'.* Changed: \'install\' no longer clobbers \'/etc/rc.cfg\' nor \'/home/.shrc\'.* Changed: If /home is read-only, a helpful message is displayed to tell the user to run \'install\'.* Changed: Removed \'-i\' from \'cp\' alias.* Changed: [#3320] VT ABCD should move 1 character by default.* Changed: [#3305] \'wget\' now passes a default user agent.* Fixed: [#3423] Can\'t yield from an orphan coroutine.* Fixed: Crash when calling \'tty.setViewport\' without arguments.* Fixed: [#3499] \'edit\' crashing once clicking somewhere.* Fixed: [#3196] Env pass in \'sh\' command.* Fixed: [#3201] \'io.input\' implementation inconsistency.* Fixed: [#1207] I/O buffer reading splitting UTF-8 sequences.* Fixed: Minor issues in the OpenOS manpage for \'ls\'. (avevad)* Fixed: [#3308] Out of memory error isn\'t reported in the shell in certain conditions.* Fixed: Shift+Backspace handling in \'/bin/edit\'.* Numerous small improvements to the codebase.## List of contributorspayonel, asie,AmandaCameron, avevad,D-Cysteine,divergentdave, hohserg1,JamesOrdner, repo-alt,Fingercomp, guilherme-puida,JakobDev, Low-power,Quant1um, skyem123,Smollet777展开版本: 1.7.6支持游戏: 1.12.2类型:ForgeRelease下载次数: 125OpenComputers-MC1.11.2-1.7.5.170OpenComputers-MC1.11.2-1.7.5.170.jar下载1.7.5.170#Release- First upload to modrinth.展开版本: 1.7.5.170支持游戏: 1.11.2类型:ForgeRelease下载次数: 213OpenComputers-MC1.10.2-1.7.5.245OpenComputers-MC1.10.2-1.7.5.245.jar下载1.7.5.245#Release- First upload to modrinth.展开版本: 1.7.5.245支持游戏: 1.10.2类型:ForgeRelease下载次数: 515OpenComputers-MC1.12.2-1.7.5.192OpenComputers-MC1.12.2-1.7.5.192.jar下载1.7.5.192#Release- Initial upload to modrinth.展开版本: 1.7.5.192支持游戏: 1.12.2类型:ForgeRelease下载次数: 8,727全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

**** Hidden Message ***** OpenComputers
页: [1]
查看完整版本: OpenComputers (开放计算机)-MOD模组