Automatic bundle update

This commit is contained in:
Github Actions
2023-06-02 16:06:53 +00:00
parent dde7b77de6
commit 798e442b2f
34 changed files with 102 additions and 0 deletions
@@ -537,6 +537,8 @@ toolmode.eraseores = 擦除矿脉
toolmode.eraseores.description = 仅擦除矿脉,不影响其他物体。
toolmode.fillteams = 填充队伍
toolmode.fillteams.description = 不再填充方块,而是填充队伍颜色。
toolmode.fillerase = Fill Erase
toolmode.fillerase.description = Erase blocks of the same type.
toolmode.drawteams = 绘制队伍
toolmode.drawteams.description = 不再绘制方块,而是绘制队伍颜色。
#未使用
@@ -2305,6 +2307,7 @@ lenum.xor = 按位异或
lenum.min = 取较小值
lenum.max = 取较大值
lenum.angle = 返回向量的辐角(角度制)
lenum.anglediff = Absolute distance between two angles in degrees.
lenum.len = 返回向量的长度
lenum.sin = 正弦(角度制)