TITLE setTileEntityTrans
MAX_WIDTH

TEXT --{
setTileEntityTrans(position, tx, ty, tz)
setTileEntityTrans(x, y, z, tx, ty, tz)

设置方块模型偏移量

- position (int): 方块实体的坐标
- x, y, z (int): 方块实体的坐标
- tx, ty, tz (float): 模型偏移量
}--