Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 562 Bytes

File metadata and controls

20 lines (12 loc) · 562 Bytes

example

概述

一个 OpenComputers 构建器示例计划文件,使用 01 单元定义三层位图式图案。

可用性

  • 仓库: opencomputers
  • 系统: opencomputers
  • 类型: example

来源

  • OpenComputers/src\main\resources\assets\opencomputers\loot\builder\usr\share\build-plans\example.plan

备注

  • 该计划先给出一个 6 行的基础层,然后通过 #newlayer 标记继续定义第 2 层和第 3 层。
  • 这个文件是构建器工具链使用的资源示例,而不是可直接执行的 Lua 程序。