grindstone/grindstone-kit
4
1
Fork
You've already forked grindstone-kit
0
Minecraft 基岩版脚本API的一个简易开发工具包
  • TypeScript 100%
2025年03月16日 15:48:09 +08:00
components lint again 2025年03月16日 15:26:31 +08:00
lang feat:添加了item-kit与FoodItemBuilder 2025年01月09日 11:03:58 +08:00
.gitignore refactor:重构了VirtualEffect,大幅优化了其在较多生物下的性能表现 2025年02月24日 16:38:27 +08:00
.npmignore test 2025年02月04日 20:29:53 +08:00
.npmrc chore:修改.npmrc 2024年12月27日 21:01:42 +08:00
biome.json Update biome.json 2025年03月16日 15:48:09 +08:00
contributors.md feat:加入initializeMod()函数 2024年12月22日 10:44:16 +08:00
LICENSE feat:加入initializeMod()函数 2024年12月22日 10:44:16 +08:00
package.json I use biome to format 2025年03月16日 13:18:46 +08:00
pnpm-lock.yaml refactor dependencies 2025年03月16日 13:12:34 +08:00
pnpm-workspace.yaml lint again 2025年03月16日 15:26:31 +08:00
README.md fix:修正了README中提供的错误链接 2025年02月17日 10:25:58 +08:00

Grindstone Kit

Minecraft 基岩版脚本API的一个简易开发工具包。

使用

.npmrc文件中添加以下内容:

@grindstone:registry=https://codeberg.org/api/packages/grindstone/npm/

接着运行以下命令:

npm install @grindstone/devkit

打包

你需要一个支持将依赖递归打包进输出文件的脚本打包器,例如Esbuild。

功能

请到components/目录下各工具包的README.md文件中查看。