https://github.com/emptydreams/modernindustry
现代工业(ModernIndustry for MC1.12.2)源码仓库
https://github.com/emptydreams/modernindustry
Last synced: 24 days ago
JSON representation
现代工业(ModernIndustry for MC1.12.2)源码仓库
- Host: GitHub
- URL: https://github.com/emptydreams/modernindustry
- Owner: EmptyDreams
- License: agpl-3.0
- Created: 2020-01-17T10:56:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T10:03:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T12:51:24.717Z (about 2 months ago)
- Language: Kotlin
- Homepage: https://kmar.top/posts/24a732ec/
- Size: 3.36 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 项目简介
现代工业(ModernIndustry for MC1.12.2)是我很久以前就开始设想的项目,不过由于种种原因知道2019年才正式开工。
如名称一样,现代工业是工业类模组,目前网上的工业类模组已经很多了,不过我会尽可能的为玩家带来新鲜的游戏玩法,不和其他模组重合。
## 项目现状
目前项目并没有开始进行游玩内容的开发,仍然处于造轮子的状态,有兴趣的话可以看一看功能都是如何实现的。
我一个人有些顾不过来项目的开发,有能力的小伙伴想要参与项目开发的话可以通过邮箱([[email protected]](mailto:[email protected]))联系我。
在 [爱发电](https://afdian.net/a/emptydreams) 中有一些以前发的东西,里面有一些视频、截图之类的东西,不过目前我已经不再通过爱发电发布内容,想要了解项目进度的还请关注`github`以及我的博客 [山岳库博](https://kmar.top/)。
## 更新日志
[点击查看《现代工业更新计划》](https://kmar.top/posts/24a732ec/)
有能力的小伙伴也可以扫描文章下方的二维码投币支持噢~,点个`star`也好ヾ(≧▽≦*)o
## API
这里简单说明一下`api`包中的各个分类的作用:
| 包名 | 作用 | 文档 |
|---------------|------------------------|------------------------------------------|
| `araw` | 实现`TileEntity`内容的自动化存储 | |
| `craft` | 独立于MC外的合成表 | [基本介绍](https://kmar.top/posts/95a18f1a/) |
| `electricity` | 电力系统 | [工作原理](https://kmar.top/posts/1c61a114/) |
| `pipes` | 流体管道 | |
| `graphics` | 实现运行期自动绘制`gui` | [在线文档](https://kmar.top/posts/e0217013/) |
| `net` | 自动化网络通信 | |
| `regedits` | 注解式注册机 | |
| `utils` | 模组用到的各种操作的封装 | |