Integrated Dynamics

Integrated Dynamics

98564588 次下载
最近更新9 个月前
一个能够对您的电器进行完全自动控制的模组。 A mod to take full and automated c...


这需要独眼巨人核心(Cyclops Core)和通用能力(Common Capabilities)库!

快来独眼巨人(Cyclops)的Discord服务器上的#integratedmods频道和我们交流吧!

集成动力(Integrated Dynamics)是一款模组,它要求你构建网络以实现复杂的自动化和系统集成。

它融合了束状红石、建筑工艺(BuildCraft)的门以及应用能源学(Applied Energistics)风格的网络。

使用集成隧道(Integrated Tunnels)扩展模组来传输物品、流体和能量!

使用集成合成(Integrated Crafting)在你的网络中启用自动合成功能!

使用集成终端(Integrated Terminals)查看和控制你的网络!

使用集成脚本(Integrated Scripting)为复杂操作创建脚本!

使用集成REST(高级)(Integrated REST (advanced))扩展模组通过HTTP与你的网络进行交互!

使用集成NBT(Integrated NBT)简化嵌套NBT的检索!

使用集成代理(Integrated Proxy)动态重定向部件的目标!

使用集成扩展(Integrated Additions)获得便捷功能!

迪雷沃尔夫20(Direwolf20)聚焦推荐:

 

旧版教程播放列表:https://www.youtube.com/playlist?list=PLcEZXVFivlbuxGa99eosS2kw5if4Gipxj

此模组提供了一本游戏内指南《论集成的动力学》(On the Dynamics of Integration),其中也包含教程。
所有玩家在首次生成时都会获得这本书,也可以通过将一本普通书籍与两块结晶曼里尔碎片组合来制作。

这本书的网络版本可以在此处找到。

使用“读取器”通过“变量”将外部值导入网络。

不同类型的读取器用于捕捉外部世界的信息。

不同类型的写入器可用于与世界进行交互。

每个读取器都有无数个方面来读取属性。

在显示屏上显示变量值以进行调试,或者如果你想让事物看起来更炫酷。

模组间的交互达到极致,这是此模组的主要目标之一。

使用逻辑编程器(Logic Programmer)对你的变量执行复杂操作以实现任务自动化。

在这类操作中使用变量时,将它们放置在变量存储(Variable Store)中,以便网络可以访问它们。

沉浸式合成系统,用于制作此模组中的所有物品,支持JEI。

将你的线缆隐藏在外观(Facades)内,使你的网络与世界其他部分融为一体。

线缆和部件与McMultiPart完全兼容(目前仅适用于MC 1.10)

兼容RF的能量系统。(默认情况下,网络消耗能量功能是禁用的,启用它可让你的游戏更有趣)

可视化反馈,因为逻辑网络可能会变得相当复杂。

将运算符用作值,以执行诸如映射、过滤和归约等函数式运算符。这些也可以与字符集管道(Charset pipes)结合使用,以创建功能完备的细粒度排序系统。

配方在集成动力中是一等公民。你可以在逻辑编程器中自行定义它们,或者使用机器读取器从机器动态读取它们。配方在集成合成模组中广泛使用。

通过这种配方逻辑,你可以创建复杂的逻辑系统,例如一个查找给定物品配方的系统。

所有部件都支持静态和动态偏移量,这使得可以对远处的目标进行操作。

服务器管理员可以使用/integrateddynamics networkdiagnostics命令打开一个图形界面,用于详细跟踪每个网络部件的刻时间。

此模组会收集匿名的启动数据,可在配置文件中禁用此功能,并且该功能遵循《我的世界》的窥探者设置。


二分托管(Bisect Hosting)租用《我的世界》服务器时使用推荐码cyclops,以支持此模组的开发,
并可额外享受首月25% 的折扣

如果你喜欢此模组,考虑在Patreon上支持我!



This requires the Cyclops Core and Common Capabilities libraries!

Come talk to us in #integratedmods on the Cyclops Discord server!

 Integrated Dynamics is a mod which requires you to build networks for complex automation and system integration.

It is a mix between bundled redstone, BuildCraft gates and Applied Energistics-style networks.

Transfer items, fluids and energy with the Integrated Tunnels addon!

Enable autocrafting in your network with Integrated Crafting!

Overview and control your network using Integrated Terminals!

Create scripts for complex operations using Integrated Scripting!

Interact with your networks over HTTP with the Integrated REST (advanced) addon!

Simplify nested NBT retrieval with Integrated NBT!

Dynamically redirect the target of parts with Integrated Proxy!

Obtain convenience functionality with Integrated Additions!

Spotlight by Direwolf20:

 

Old tutorial playlist: https://www.youtube.com/playlist?list=PLcEZXVFivlbuxGa99eosS2kw5if4Gipxj

This mod provides an in-game guide 'On the Dynamics of Integration', which also contains tutorials.
All players will receive this book on first spawn, but it can also be crafted by combining a regular book with two pieces of crystalized menril chunks.

A Web version of this book can be found here.

Use 'Readers' to import external values into the network using 'Variables'.

Different types of readers are used to capture the outside world.

Different types of writers can be used to interact with the world.

Each reader has countless aspects to read properties.

Display the variable values on a display for debugging, or if you want to make things fancy.

Mod interactions at its finest, which is one of the main goals of this mod.

Perform complex operations with the Logic Programmer on your variables to automate tasks.

When using variables inside such operations, place them inside a Variable Store to make them accessible to the network.

Immersive crafting system for creating everything in this mod, JEI support is available.

Hide your cables inside Facades to make your network blend in with the rest of the world.

Cables and parts are fully compatible with McMultiPart (Only for MC 1.10 at the moment)

RF-compatible energy system. (Network consuming energy is disabled by default, enable it to make your game more interesting)

Visual feedback, since logic networks can become quite complex.

Use operators as values, to perform functional operators like map, filter and reduce. These can also be used in combination with Charset pipes to create fully-fledged fine-grained sorting systems.

Recipes are first-class citizens in Integrated Dynamics. You can define them yourself in the Logic Programmer, or read them dynamically from machines using the Machine Reader. Recipes are used extensively in the Integrated Crafting mod.

With this kind of Recipe logic, you can create complex logic systems, such as a system that looks up the recipe for a given item.

All parts support static and dynamic offsets, which enables operating on targets at a distance.

Server admins can use the /integrateddynamics networkdiagnostics command to open a gui for detailed ticktime tracking per network part.

This mod collects anonymized startup data, this can be disabled in the config file and adheres to Minecraft's snooper settings.


Support the development of this mod by using the referral code cyclops when renting a Minecraft server at Bisect Hosting,
and get 25% off your first month as a bonus!

  If you like this mod, consider supporting me on Patreon!

本站是资源分享站,资源均来自于互联网和用户自发分享,仅供学习和交流使用。如有版权问题,请联系管理员删除。

评论区 (0)

登录 后才能发表评论

暂无评论

快来发表第一条评论吧!