Skip to content

Releases: creepebucket/creepe_ponder

creepe_ponder v1.1.2

11 Oct 15:14
4cb4df2
Compare
Choose a tag to compare

1.1.2版本更新日志:

bug修复

#6

creepe_ponder v1.1.1

20 Sep 17:43
Compare
Choose a tag to compare

1.1.1版本更新日志:

添加

  • 添加了大型棋盘格的生成算法
  • 现在文字的旋转支持横滚角

bug修复

  • 在不完整方块上方使用block()时方块无法放置
  • 无法旋转文字
  • 无法生成大型棋盘格

调整

  • 因为bug修复, 所以微调了example.py中的一些代码.

已知问题

  • 箱子无法显示动画 (是由于傻逼mojang的傻逼代码导致无法渲染的, 所以我们写指令的无能为力)

creepe_ponder v1.1.0

19 Sep 19:20
Compare
Choose a tag to compare

1.1.0版本更新日志:

添加

class ponder.Ponder添加了两个新的方法:

  • entity(self, time: int, pos: tuple, name: str, nbt: dict = {})
  • command(self, time: int, command: str)

具体用法请移步文档查看.

其他更改:

  • 添加了日志系统.
  • 添加文件替换提示.

调整

  • class ponder.Ponderplace方法名称改为block.
  • example.py示例文件做出更改以适应新版本
  • 大量关于代码风格的调整

已知问题

  • 在不完整方块上方使用block()时方块无法放置.推测原因:下落方块本身特性导致
  • 无法旋转文字
  • 无法生成大型棋盘格(即大小大于7的棋盘格) 原因: 根本没写逻辑 lol

creepe_ponder v1.0.0

18 Sep 19:30
Compare
Choose a tag to compare

第一个发行版!

添加功能:

  • 放置方块
  • 移除方块
  • 添加文字
  • 编译到数据包