2022-07-03 20:05:02 +08:00
|
|
|
|
# wheat-server-kubejs
|
2022-07-03 20:07:28 +08:00
|
|
|
|
|
2022-09-12 16:09:12 +08:00
|
|
|
|
## 相关链接
|
2022-07-03 20:07:28 +08:00
|
|
|
|
|
|
|
|
|
|
- [KubeJS - Official Website](https://kubejs.com/)
|
|
|
|
|
|
- [KubeJS - Mods - Modrinth](https://modrinth.com/mod/kubejs)
|
2022-11-12 14:41:35 +08:00
|
|
|
|
- [KubeJS Additions](https://www.curseforge.com/minecraft/mc-mods/kubejs-additions)
|
2022-07-03 20:07:28 +08:00
|
|
|
|
- [Prunoideae / ProbeJS](https://github.com/Prunoideae/ProbeJS)
|
2022-09-12 16:09:12 +08:00
|
|
|
|
|
|
|
|
|
|
## 注意事项
|
|
|
|
|
|
|
|
|
|
|
|
- 暂不支持解构赋值(2022-08-28)
|
|
|
|
|
|
- 暂不支持设置函数参数默认值(2022-08-28)
|
|
|
|
|
|
- 暂不支持 try catch(2022-08-28)
|
2025-05-06 21:48:31 +08:00
|
|
|
|
- 可以使用 `/kubejs export pack-zips` 命令导出动态生成的资源(`blockstates`、`models` 等)。
|
2022-09-12 16:09:12 +08:00
|
|
|
|
|
|
|
|
|
|
## 参考资料
|
|
|
|
|
|
|
|
|
|
|
|
### Wiki
|
|
|
|
|
|
|
|
|
|
|
|
- [自定义方块](https://mods.latvian.dev/books/kubejs/page/custom-blocks)
|
2022-09-12 22:27:54 +08:00
|
|
|
|
- [tintindex | 森罗万象](https://sqwatermark.com/resguide/vanilla/model/tintindex.html)
|
2022-09-12 16:09:12 +08:00
|
|
|
|
|
2022-11-12 14:41:35 +08:00
|
|
|
|
### 代码
|
2022-09-12 16:09:12 +08:00
|
|
|
|
|
|
|
|
|
|
- [KubeJS-Mods / KubeJS](https://github.com/KubeJS-Mods/KubeJS)
|
|
|
|
|
|
- [BlockBuilder.java](https://github.com/KubeJS-Mods/KubeJS/blob/1.18/main/common/src/main/java/dev/latvian/mods/kubejs/block/BlockBuilder.java)
|
|
|
|
|
|
- [BasicBlockJS.java](https://github.com/KubeJS-Mods/KubeJS/blob/1.18/main/common/src/main/java/dev/latvian/mods/kubejs/block/custom/BasicBlockJS.java)
|
|
|
|
|
|
- [WoodenButtonBlockBuilder.java](https://github.com/KubeJS-Mods/KubeJS/blob/1.18/main/common/src/main/java/dev/latvian/mods/kubejs/block/custom/WoodenButtonBlockBuilder.java)
|
2022-11-13 19:23:39 +08:00
|
|
|
|
- [Cardinally Orientable Blocks and Shuffle Asset Generation](https://github.com/KubeJS-Mods/KubeJS/pull/459)
|
|
|
|
|
|
- [Basic BlockState Support and Misc Delegate Methods](https://github.com/KubeJS-Mods/KubeJS/pull/464)
|
2022-11-12 14:41:35 +08:00
|
|
|
|
|
|
|
|
|
|
### 颜色列表
|
|
|
|
|
|
|
|
|
|
|
|
- [Railcraft/EnumColor.java](https://github.com/Railcraft/Railcraft/blob/mc-1.12.2/src/main/java/mods/railcraft/common/plugins/color/EnumColor.java)
|